Shades of Kelly Green #3CAF26
Tints of Kelly Green #3CAF26
RGB
CMYK
RGB Variations
Color information
#3CAF26 (or 0x3CAF26) is known color: Kelly Green. HEX triplet: 3C, AF and 26. RGB value is (60,175,38). Sum of RGB (Red+Green+Blue) = 60+175+38=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAF26 is #C350D9. Grayscale: #7D7D7D. Windows color (decimal): -12800218 or 2535228. OLE color: 2535228.
HSL color Cylindrical-coordinate representation of color #3CAF26: hue angle of 110.36º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CAF26 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 38 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.31 |
| HSL | 110.37º | 0.64% | 0.42% | - |
| HSV(B) | 110.37º | 0.78% | 0.69% | - |
| XYZ | 17.54 | 31.76 | 7.04 | - |
| YUV | 125 | 78.9 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 38 | 0.66 | 0 | 0.78 | 0.31 | 110.37 | 0.64 | 0.42 |
| Hex | 3C | AF | 26 | 42 | 0 | 4E | 1F | 6E | 40 | 2A |
| Octal | 74 | 257 | 46 | 102 | 0 | 116 | 37 | 156 | 100 | 52 |
| Binary | 111100 | 10101111 | 100110 | 1000010 | 0 | 1001110 | 11111 | 1101110 | 1000000 | 101010 |
Color Harmonies of #3CAF26
Complementary color
Monochromatic Colors of #3CAF26
Black with #3CAF26
Text Example
Text Example
White with #3CAF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF26; }
p { color: rgb(60,175,38); }
H1.HeaderClassName
{
color: #3CAF26;
}
.AnyTagClassName
{
color: #3CAF26;
}
</style>
background-color css
<style>
a { background-color: #3CAF26; }
a { background-color: rgb(60,175,38); }
div.DivClassName
{
background-color: #3CAF26;
}
.BgClassName
{
background-color: #3CAF26;
}
</style>
border-color css
<style>
span { border-color: #3CAF26; }
span { border-color: rgb(60,175,38); }
td.TdClassName
{
border-color: #3CAF26;
}
.TagClassName
{
border-color: #3CAF26;
}
</style>