Shades of Kelly Green #2FAD0F
Tints of Kelly Green #2FAD0F
RGB
CMYK
RGB Variations
Color information
#2FAD0F (or 0x2FAD0F) is known color: Kelly Green. HEX triplet: 2F, AD and 0F. RGB value is (47,173,15). Sum of RGB (Red+Green+Blue) = 47+173+15=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 173 (67.97% from 255 or 73.62% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAD0F is #D052F0. Grayscale: #757575. Windows color (decimal): -13652721 or 1027375. OLE color: 1027375.
HSL color Cylindrical-coordinate representation of color #2FAD0F: hue angle of 107.85º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FAD0F is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 15 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.32 |
| HSL | 107.85º | 0.84% | 0.37% | - |
| HSV(B) | 107.85º | 0.91% | 0.68% | - |
| XYZ | 16.2 | 30.53 | 5.49 | - |
| YUV | 117.31 | 70.26 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 15 | 0.73 | 0 | 0.91 | 0.32 | 107.85 | 0.84 | 0.37 |
| Hex | 2F | AD | F | 49 | 0 | 5B | 20 | 6C | 54 | 25 |
| Octal | 57 | 255 | 17 | 111 | 0 | 133 | 40 | 154 | 124 | 45 |
| Binary | 101111 | 10101101 | 1111 | 1001001 | 0 | 1011011 | 100000 | 1101100 | 1010100 | 100101 |
Color Harmonies of #2FAD0F
Complementary color
Monochromatic Colors of #2FAD0F
Black with #2FAD0F
Text Example
Text Example
White with #2FAD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAD0F; }
p { color: rgb(47,173,15); }
H1.HeaderClassName
{
color: #2FAD0F;
}
.AnyTagClassName
{
color: #2FAD0F;
}
</style>
background-color css
<style>
a { background-color: #2FAD0F; }
a { background-color: rgb(47,173,15); }
div.DivClassName
{
background-color: #2FAD0F;
}
.BgClassName
{
background-color: #2FAD0F;
}
</style>
border-color css
<style>
span { border-color: #2FAD0F; }
span { border-color: rgb(47,173,15); }
td.TdClassName
{
border-color: #2FAD0F;
}
.TagClassName
{
border-color: #2FAD0F;
}
</style>