#3CDC14

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

Shades of Kelly Green #3CDC14

Tints of Kelly Green #3CDC14

Color information

#3CDC14 (or 0x3CDC14) is unknown color: approx Kelly Green. HEX triplet: 3C, DC and 14. RGB value is (60,220,20). Sum of RGB (Red+Green+Blue) = 60+220+20=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDC14 is #C323EB. Grayscale: #959595. Windows color (decimal): -12788716 or 1367100. OLE color: 1367100.

HSL color Cylindrical-coordinate representation of color #3CDC14: hue angle of 108º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CDC14 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB6022020-
CMYK0.7300.910.14
HSL108º83.33%47.06%-
HSV(B)108º90.91%86.27%-
XYZ27.5852.29.28-
YUV149.3654.9964.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20%
GREEN value IS 220 (86.33% from 255) = 73.33%
BLUE value IS 20 (8.20% from 255) = 6.67%
R=20%
G=73.33%
B=6.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal60220200.7300.910.1410883.3347.06
Hex3CDC144905BE6c532f
Octal743342411101331615412357
Binary1111001101110010100100100101011011111011011001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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