#3CA80B

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

Shades of Kelly Green #3CA80B

Tints of Kelly Green #3CA80B

Color information

#3CA80B (or 0x3CA80B) is unknown color: approx Kelly Green. HEX triplet: 3C, A8 and 0B. RGB value is (60,168,11). Sum of RGB (Red+Green+Blue) = 60+168+11=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 168 (66.02% from 255 or 70.29% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA80B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA80B is #C357F4. Grayscale: #767676. Windows color (decimal): -12802037 or 763964. OLE color: 763964.

HSL color Cylindrical-coordinate representation of color #3CA80B: hue angle of 101.27º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CA80B is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB6016811-
CMYK0.6400.930.34
HSL101.27º87.71%35.1%-
HSV(B)101.27º93.45%65.88%-
XYZ15.9328.995.07-
YUV117.8167.7286.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 168 (66.02% from 255) = 70.29%
BLUE value IS 11 (4.69% from 255) = 4.60%
R=25.10%
G=70.29%
B=4.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal60168110.6400.930.34101.2787.7135.1
Hex3CA8B4005D22655823
Octal742501310001354214513043
Binary11110010101000101110000000101110110001011001011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CA80B; }

 p { color: rgb(60,168,11); }

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

<style>
 a { background-color: #3CA80B; }

 a { background-color: rgb(60,168,11); }

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

<style>
 span { border-color: #3CA80B; }

 span { border-color: rgb(60,168,11); }

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