Html Css Color HEX #3CDC14 Kelly Green

📋 copy color: '#3CDC14'

red 60 ◦ green 220 ◦ blue 20

#3CDC14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #3CDC14

Tints of Kelly Green #3CDC14

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.2% from 255) = 6.67%

R = 20%
G = 73.33%
B = 6.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#3CDC14 (or 0x3CDC14) is known color: 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

RGB 60 220 20 -
CMYK 0.73 0 0.91 0.14
HSL 108º 0.83% 0.47% -
HSV(B) 108º 0.91% 0.86% -
XYZ 27.58 52.2 9.28 -
YUV 149.36 54.99 64.26 -
System Red Green Blue C M Y K H S L
Decimal 60 220 20 0.73 0 0.91 0.14 108 0.83 0.47
Hex 3C DC 14 49 0 5B E 6C 53 2F
Octal 74 334 24 111 0 133 16 154 123 57
Binary 111100 11011100 10100 1001001 0 1011011 1110 1101100 1010011 101111

Color Harmonies of #3CDC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC14

Black with #3CDC14

Text Example


Text Example

White with #3CDC14

Text Example


Text Example

HTML Codes & Css Web 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>