#3CC414

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

Shades of Kelly Green #3CC414

Tints of Kelly Green #3CC414

Color information

#3CC414 (or 0x3CC414) is unknown color: approx Kelly Green. HEX triplet: 3C, C4 and 14. RGB value is (60,196,20). Sum of RGB (Red+Green+Blue) = 60+196+20=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 196 (76.95% from 255 or 71.01% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC414 is #C33BEB. Grayscale: #878787. Windows color (decimal): -12794860 or 1360956. OLE color: 1360956.

HSL color Cylindrical-coordinate representation of color #3CC414: hue angle of 106.36º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CC414 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB6019620-
CMYK0.6900.900.23
HSL106.36º81.48%42.35%-
HSV(B)106.36º89.8%76.86%-
XYZ21.7340.497.33-
YUV135.2762.9474.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 196 (76.95% from 255) = 71.01%
BLUE value IS 20 (8.20% from 255) = 7.25%
R=21.74%
G=71.01%
B=7.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal60196200.6900.900.23106.3681.4842.35
Hex3CC4144505A176a512a
Octal743042410501322715212152
Binary11110011000100101001000101010110101011111010101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,196,20); }

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

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

 a { background-color: rgb(60,196,20); }

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

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

 span { border-color: rgb(60,196,20); }

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