Html Css Color HEX #3CAF20 Kelly Green

📋 copy color: '#3CAF20'

red 60 ◦ green 175 ◦ blue 32

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

Shades of Kelly Green #3CAF20

Tints of Kelly Green #3CAF20

RGB

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

 GREEN value IS 175 (68.75% from 255) = 65.54%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 22.47%
G = 65.54%
B = 11.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#3CAF20 (or 0x3CAF20) is known color: Kelly Green. HEX triplet: 3C, AF and 20. RGB value is (60,175,32). Sum of RGB (Red+Green+Blue) = 60+175+32=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 175 (68.75% from 255 or 65.54% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAF20 is #C350DF. Grayscale: #7C7C7C. Windows color (decimal): -12800224 or 2142012. OLE color: 2142012.

HSL color Cylindrical-coordinate representation of color #3CAF20: hue angle of 108.25º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CAF20 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 175 32 -
CMYK 0.66 0 0.82 0.31
HSL 108.25º 0.69% 0.41% -
HSV(B) 108.25º 0.82% 0.69% -
XYZ 17.45 31.72 6.57 -
YUV 124.31 75.9 82.13 -
System Red Green Blue C M Y K H S L
Decimal 60 175 32 0.66 0 0.82 0.31 108.25 0.69 0.41
Hex 3C AF 20 42 0 52 1F 6C 45 29
Octal 74 257 40 102 0 122 37 154 105 51
Binary 111100 10101111 100000 1000010 0 1010010 11111 1101100 1000101 101001

Color Harmonies of #3CAF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAF20

Black with #3CAF20

Text Example


Text Example

White with #3CAF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,175,32); }

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

background-color css

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

 a { background-color: rgb(60,175,32); }

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

border-color css

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

 span { border-color: rgb(60,175,32); }

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