Shades of Kelly Green #3CAF04
Tints of Kelly Green #3CAF04
RGB
CMYK
RGB Variations
Color information
#3CAF04 (or 0x3CAF04) is known color: Kelly Green. HEX triplet: 3C, AF and 04. RGB value is (60,175,4). Sum of RGB (Red+Green+Blue) = 60+175+4=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 175 (68.75% from 255 or 73.22% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAF04 is #C350FB. Grayscale: #797979. Windows color (decimal): -12800252 or 307004. OLE color: 307004.
HSL color Cylindrical-coordinate representation of color #3CAF04: hue angle of 100.35º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CAF04 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 4 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.31 |
| HSL | 100.35º | 0.96% | 0.35% | - |
| HSV(B) | 100.35º | 0.98% | 0.69% | - |
| XYZ | 17.22 | 31.63 | 5.31 | - |
| YUV | 121.12 | 61.9 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 4 | 0.66 | 0 | 0.98 | 0.31 | 100.35 | 0.96 | 0.35 |
| Hex | 3C | AF | 4 | 42 | 0 | 62 | 1F | 64 | 60 | 23 |
| Octal | 74 | 257 | 4 | 102 | 0 | 142 | 37 | 144 | 140 | 43 |
| Binary | 111100 | 10101111 | 100 | 1000010 | 0 | 1100010 | 11111 | 1100100 | 1100000 | 100011 |
Color Harmonies of #3CAF04
Complementary color
Monochromatic Colors of #3CAF04
Black with #3CAF04
Text Example
Text Example
White with #3CAF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF04; }
p { color: rgb(60,175,4); }
H1.HeaderClassName
{
color: #3CAF04;
}
.AnyTagClassName
{
color: #3CAF04;
}
</style>
background-color css
<style>
a { background-color: #3CAF04; }
a { background-color: rgb(60,175,4); }
div.DivClassName
{
background-color: #3CAF04;
}
.BgClassName
{
background-color: #3CAF04;
}
</style>
border-color css
<style>
span { border-color: #3CAF04; }
span { border-color: rgb(60,175,4); }
td.TdClassName
{
border-color: #3CAF04;
}
.TagClassName
{
border-color: #3CAF04;
}
</style>