#40b30c

Color #40B30C Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #40B30C

Tints of Kelly Green #40B30C

Color information

#40B30C (or 0x40B30C) is unknown color: approx Kelly Green. HEX triplet: 40, B3 and 0C. RGB value is (64,179,12). Sum of RGB (Red+Green+Blue) = 64+179+12=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 179 (70.31% from 255 or 70.20% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 179 - color contains mainly: green. Hex color #40B30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B30C is #BF4CF3. Grayscale: #7E7E7E. Windows color (decimal): -12537076 or 832320. OLE color: 832320.

HSL color Cylindrical-coordinate representation of color #40B30C: hue angle of 101.32º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40B30C is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB6417912-
CMYK0.6400.930.30
HSL101.32º87.43%37.45%-
HSV(B)101.32º93.3%70.2%-
XYZ18.333.365.82-
YUV125.5863.984.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 179 (70.31% from 255) = 70.20%
BLUE value IS 12 (5.08% from 255) = 4.71%
R=25.10%
G=70.20%
B=4.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal64179120.6400.930.30101.3287.4337.45
Hex40B3C4005D1E655725
Octal1002631410001353614512745
Binary10000001011001111001000000010111011111011001011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40b30c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40b30c; }

 p { color: rgb(64,179,12); }

 H1.HeaderClassName
 {
   color: #40b30c;
 }
 .AnyTagClassName
 {
   color: #40b30c;
 }
</style>
background-color css

<style>
 a { background-color: #40b30c; }

 a { background-color: rgb(64,179,12); }

 div.DivClassName
 {
   background-color: #40b30c;
 }
 .BgClassName
 {
   background-color: #40b30c;
 }
</style>
border-color css

<style>
 span { border-color: #40b30c; }

 span { border-color: rgb(64,179,12); }

 td.TdClassName
 {
   border-color: #40b30c;
 }
 .TagClassName
 {
   border-color: #40b30c;
 }
</style>