Shades of Kelly Green #2FAD1F
Tints of Kelly Green #2FAD1F
RGB
CMYK
RGB Variations
Color information
#2FAD1F (or 0x2FAD1F) is known color: Kelly Green. HEX triplet: 2F, AD and 1F. RGB value is (47,173,31). Sum of RGB (Red+Green+Blue) = 47+173+31=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 173 (67.97% from 255 or 68.92% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAD1F is #D052E0. Grayscale: #777777. Windows color (decimal): -13652705 or 2075951. OLE color: 2075951.
HSL color Cylindrical-coordinate representation of color #2FAD1F: hue angle of 113.24º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FAD1F is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 31 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.32 |
| HSL | 113.24º | 0.7% | 0.4% | - |
| HSV(B) | 113.24º | 0.82% | 0.68% | - |
| XYZ | 16.36 | 30.59 | 6.34 | - |
| YUV | 119.14 | 78.26 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 31 | 0.73 | 0 | 0.82 | 0.32 | 113.24 | 0.7 | 0.4 |
| Hex | 2F | AD | 1F | 49 | 0 | 52 | 20 | 71 | 46 | 28 |
| Octal | 57 | 255 | 37 | 111 | 0 | 122 | 40 | 161 | 106 | 50 |
| Binary | 101111 | 10101101 | 11111 | 1001001 | 0 | 1010010 | 100000 | 1110001 | 1000110 | 101000 |
Color Harmonies of #2FAD1F
Complementary color
Monochromatic Colors of #2FAD1F
Black with #2FAD1F
Text Example
Text Example
White with #2FAD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAD1F; }
p { color: rgb(47,173,31); }
H1.HeaderClassName
{
color: #2FAD1F;
}
.AnyTagClassName
{
color: #2FAD1F;
}
</style>
background-color css
<style>
a { background-color: #2FAD1F; }
a { background-color: rgb(47,173,31); }
div.DivClassName
{
background-color: #2FAD1F;
}
.BgClassName
{
background-color: #2FAD1F;
}
</style>
border-color css
<style>
span { border-color: #2FAD1F; }
span { border-color: rgb(47,173,31); }
td.TdClassName
{
border-color: #2FAD1F;
}
.TagClassName
{
border-color: #2FAD1F;
}
</style>