Html Css Color HEX #3CA20C Kelly Green

📋 copy color: '#3CA20C'

red 60 ◦ green 162 ◦ blue 12

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

Shades of Kelly Green #3CA20C

Tints of Kelly Green #3CA20C

RGB

 RED value IS 60 (23.83% from 255) = 25.64%

 GREEN value IS 162 (63.67% from 255) = 69.23%

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 25.64%
G = 69.23%
B = 5.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#3CA20C (or 0x3CA20C) is known color: Kelly Green. HEX triplet: 3C, A2 and 0C. RGB value is (60,162,12). Sum of RGB (Red+Green+Blue) = 60+162+12=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 162 (63.67% from 255 or 69.23% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA20C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA20C is #C35DF3. Grayscale: #727272. Windows color (decimal): -12803572 or 827964. OLE color: 827964.

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

Color convert

RGB 60 162 12 -
CMYK 0.63 0 0.93 0.36
HSL 100.8º 0.86% 0.34% -
HSV(B) 100.8º 0.93% 0.64% -
XYZ 14.85 26.83 4.74 -
YUV 114.4 70.21 89.2 -
System Red Green Blue C M Y K H S L
Decimal 60 162 12 0.63 0 0.93 0.36 100.8 0.86 0.34
Hex 3C A2 C 3F 0 5D 24 65 56 22
Octal 74 242 14 77 0 135 44 145 126 42
Binary 111100 10100010 1100 111111 0 1011101 100100 1100101 1010110 100010

Color Harmonies of #3CA20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA20C

Black with #3CA20C

Text Example


Text Example

White with #3CA20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,162,12); }

 H1.HeaderClassName
 {
   color: #3CA20C;
 }
 .AnyTagClassName
 {
   color: #3CA20C;
 }
</style>

background-color css

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

 a { background-color: rgb(60,162,12); }

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

border-color css

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

 span { border-color: rgb(60,162,12); }

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