Shades of Kelly Green #2FBD0F
Tints of Kelly Green #2FBD0F
RGB
CMYK
RGB Variations
Color information
#2FBD0F (or 0x2FBD0F) is known color: Kelly Green. HEX triplet: 2F, BD and 0F. RGB value is (47,189,15). Sum of RGB (Red+Green+Blue) = 47+189+15=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 189 (74.22% from 255 or 75.30% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBD0F is #D042F0. Grayscale: #7F7F7F. Windows color (decimal): -13648625 or 1031471. OLE color: 1031471.
HSL color Cylindrical-coordinate representation of color #2FBD0F: hue angle of 108.97º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FBD0F is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 189 | 15 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.26 |
| HSL | 108.97º | 0.85% | 0.4% | - |
| HSV(B) | 108.97º | 0.92% | 0.74% | - |
| XYZ | 19.46 | 37.03 | 6.57 | - |
| YUV | 126.71 | 64.96 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 189 | 15 | 0.75 | 0 | 0.92 | 0.26 | 108.97 | 0.85 | 0.4 |
| Hex | 2F | BD | F | 4B | 0 | 5C | 1A | 6D | 55 | 28 |
| Octal | 57 | 275 | 17 | 113 | 0 | 134 | 32 | 155 | 125 | 50 |
| Binary | 101111 | 10111101 | 1111 | 1001011 | 0 | 1011100 | 11010 | 1101101 | 1010101 | 101000 |
Color Harmonies of #2FBD0F
Complementary color
Monochromatic Colors of #2FBD0F
Black with #2FBD0F
Text Example
Text Example
White with #2FBD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBD0F; }
p { color: rgb(47,189,15); }
H1.HeaderClassName
{
color: #2FBD0F;
}
.AnyTagClassName
{
color: #2FBD0F;
}
</style>
background-color css
<style>
a { background-color: #2FBD0F; }
a { background-color: rgb(47,189,15); }
div.DivClassName
{
background-color: #2FBD0F;
}
.BgClassName
{
background-color: #2FBD0F;
}
</style>
border-color css
<style>
span { border-color: #2FBD0F; }
span { border-color: rgb(47,189,15); }
td.TdClassName
{
border-color: #2FBD0F;
}
.TagClassName
{
border-color: #2FBD0F;
}
</style>