Shades of Kelly Green #2FB919
Tints of Kelly Green #2FB919
RGB
CMYK
RGB Variations
Color information
#2FB919 (or 0x2FB919) is known color: Kelly Green. HEX triplet: 2F, B9 and 19. RGB value is (47,185,25). Sum of RGB (Red+Green+Blue) = 47+185+25=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 185 (72.66% from 255 or 71.98% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB919 is #D046E6. Grayscale: #7D7D7D. Windows color (decimal): -13649639 or 1685807. OLE color: 1685807.
HSL color Cylindrical-coordinate representation of color #2FB919: hue angle of 111.75º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FB919 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 25 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.27 |
| HSL | 111.75º | 0.76% | 0.41% | - |
| HSV(B) | 111.75º | 0.86% | 0.73% | - |
| XYZ | 18.7 | 35.37 | 6.76 | - |
| YUV | 125.5 | 71.28 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 25 | 0.75 | 0 | 0.86 | 0.27 | 111.75 | 0.76 | 0.41 |
| Hex | 2F | B9 | 19 | 4B | 0 | 56 | 1B | 70 | 4C | 29 |
| Octal | 57 | 271 | 31 | 113 | 0 | 126 | 33 | 160 | 114 | 51 |
| Binary | 101111 | 10111001 | 11001 | 1001011 | 0 | 1010110 | 11011 | 1110000 | 1001100 | 101001 |
Color Harmonies of #2FB919
Complementary color
Monochromatic Colors of #2FB919
Black with #2FB919
Text Example
Text Example
White with #2FB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB919; }
p { color: rgb(47,185,25); }
H1.HeaderClassName
{
color: #2FB919;
}
.AnyTagClassName
{
color: #2FB919;
}
</style>
background-color css
<style>
a { background-color: #2FB919; }
a { background-color: rgb(47,185,25); }
div.DivClassName
{
background-color: #2FB919;
}
.BgClassName
{
background-color: #2FB919;
}
</style>
border-color css
<style>
span { border-color: #2FB919; }
span { border-color: rgb(47,185,25); }
td.TdClassName
{
border-color: #2FB919;
}
.TagClassName
{
border-color: #2FB919;
}
</style>