Html Css Color HEX #3CAA04 Kelly Green

📋 copy color: '#3CAA04'

red 60 ◦ green 170 ◦ blue 4

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

Shades of Kelly Green #3CAA04

Tints of Kelly Green #3CAA04

RGB

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

 GREEN value IS 170 (66.8% from 255) = 72.65%

 BLUE value IS 4 (1.95% from 255) = 1.71%

R = 25.64%
G = 72.65%
B = 1.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#3CAA04 (or 0x3CAA04) is known color: Kelly Green. HEX triplet: 3C, AA and 04. RGB value is (60,170,4). Sum of RGB (Red+Green+Blue) = 60+170+4=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 170 (66.80% from 255 or 72.65% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAA04 is #C355FB. Grayscale: #767676. Windows color (decimal): -12801532 or 305724. OLE color: 305724.

HSL color Cylindrical-coordinate representation of color #3CAA04: hue angle of 99.76º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CAA04 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 170 4 -
CMYK 0.65 0 0.98 0.33
HSL 99.76º 0.95% 0.34% -
HSV(B) 99.76º 0.98% 0.67% -
XYZ 16.26 29.72 4.99 -
YUV 118.19 63.56 86.5 -
System Red Green Blue C M Y K H S L
Decimal 60 170 4 0.65 0 0.98 0.33 99.76 0.95 0.34
Hex 3C AA 4 41 0 62 21 64 5F 22
Octal 74 252 4 101 0 142 41 144 137 42
Binary 111100 10101010 100 1000001 0 1100010 100001 1100100 1011111 100010

Color Harmonies of #3CAA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA04

Black with #3CAA04

Text Example


Text Example

White with #3CAA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,170,4); }

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

background-color css

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

 a { background-color: rgb(60,170,4); }

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

border-color css

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

 span { border-color: rgb(60,170,4); }

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