Shades of Kelly Green #2FB818
Tints of Kelly Green #2FB818
RGB
CMYK
RGB Variations
Color information
#2FB818 (or 0x2FB818) is known color: Kelly Green. HEX triplet: 2F, B8 and 18. RGB value is (47,184,24). Sum of RGB (Red+Green+Blue) = 47+184+24=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 184 (72.27% from 255 or 72.16% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB818 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB818 is #D047E7. Grayscale: #7D7D7D. Windows color (decimal): -13649896 or 1620015. OLE color: 1620015.
HSL color Cylindrical-coordinate representation of color #2FB818: hue angle of 111.38º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FB818 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 184 | 24 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.28 |
| HSL | 111.38º | 0.77% | 0.41% | - |
| HSV(B) | 111.38º | 0.87% | 0.72% | - |
| XYZ | 18.48 | 34.95 | 6.64 | - |
| YUV | 124.8 | 71.11 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 24 | 0.74 | 0 | 0.87 | 0.28 | 111.38 | 0.77 | 0.41 |
| Hex | 2F | B8 | 18 | 4A | 0 | 57 | 1C | 6F | 4D | 29 |
| Octal | 57 | 270 | 30 | 112 | 0 | 127 | 34 | 157 | 115 | 51 |
| Binary | 101111 | 10111000 | 11000 | 1001010 | 0 | 1010111 | 11100 | 1101111 | 1001101 | 101001 |
Color Harmonies of #2FB818
Complementary color
Monochromatic Colors of #2FB818
Black with #2FB818
Text Example
Text Example
White with #2FB818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB818; }
p { color: rgb(47,184,24); }
H1.HeaderClassName
{
color: #2FB818;
}
.AnyTagClassName
{
color: #2FB818;
}
</style>
background-color css
<style>
a { background-color: #2FB818; }
a { background-color: rgb(47,184,24); }
div.DivClassName
{
background-color: #2FB818;
}
.BgClassName
{
background-color: #2FB818;
}
</style>
border-color css
<style>
span { border-color: #2FB818; }
span { border-color: rgb(47,184,24); }
td.TdClassName
{
border-color: #2FB818;
}
.TagClassName
{
border-color: #2FB818;
}
</style>