Shades of Kelly Green #2FAD18
Tints of Kelly Green #2FAD18
RGB
CMYK
RGB Variations
Color information
#2FAD18 (or 0x2FAD18) is known color: Kelly Green. HEX triplet: 2F, AD and 18. RGB value is (47,173,24). Sum of RGB (Red+Green+Blue) = 47+173+24=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 173 (67.97% from 255 or 70.90% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAD18 is #D052E7. Grayscale: #767676. Windows color (decimal): -13652712 or 1617199. OLE color: 1617199.
HSL color Cylindrical-coordinate representation of color #2FAD18: hue angle of 110.74º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FAD18 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 24 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.32 |
| HSL | 110.74º | 0.76% | 0.39% | - |
| HSV(B) | 110.74º | 0.86% | 0.68% | - |
| XYZ | 16.28 | 30.56 | 5.9 | - |
| YUV | 118.34 | 74.76 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 24 | 0.73 | 0 | 0.86 | 0.32 | 110.74 | 0.76 | 0.39 |
| Hex | 2F | AD | 18 | 49 | 0 | 56 | 20 | 6F | 4C | 27 |
| Octal | 57 | 255 | 30 | 111 | 0 | 126 | 40 | 157 | 114 | 47 |
| Binary | 101111 | 10101101 | 11000 | 1001001 | 0 | 1010110 | 100000 | 1101111 | 1001100 | 100111 |
Color Harmonies of #2FAD18
Complementary color
Monochromatic Colors of #2FAD18
Black with #2FAD18
Text Example
Text Example
White with #2FAD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAD18; }
p { color: rgb(47,173,24); }
H1.HeaderClassName
{
color: #2FAD18;
}
.AnyTagClassName
{
color: #2FAD18;
}
</style>
background-color css
<style>
a { background-color: #2FAD18; }
a { background-color: rgb(47,173,24); }
div.DivClassName
{
background-color: #2FAD18;
}
.BgClassName
{
background-color: #2FAD18;
}
</style>
border-color css
<style>
span { border-color: #2FAD18; }
span { border-color: rgb(47,173,24); }
td.TdClassName
{
border-color: #2FAD18;
}
.TagClassName
{
border-color: #2FAD18;
}
</style>