Shades of Kelly Green #2FB212
Tints of Kelly Green #2FB212
RGB
CMYK
RGB Variations
Color information
#2FB212 (or 0x2FB212) is known color: Kelly Green. HEX triplet: 2F, B2 and 12. RGB value is (47,178,18). Sum of RGB (Red+Green+Blue) = 47+178+18=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 178 (69.92% from 255 or 73.25% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB212 is #D04DED. Grayscale: #797979. Windows color (decimal): -13651438 or 1225263. OLE color: 1225263.
HSL color Cylindrical-coordinate representation of color #2FB212: hue angle of 109.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FB212 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 18 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.30 |
| HSL | 109.13º | 0.82% | 0.38% | - |
| HSV(B) | 109.13º | 0.9% | 0.7% | - |
| XYZ | 17.2 | 32.49 | 5.94 | - |
| YUV | 120.59 | 70.1 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 18 | 0.74 | 0 | 0.90 | 0.30 | 109.13 | 0.82 | 0.38 |
| Hex | 2F | B2 | 12 | 4A | 0 | 5A | 1E | 6D | 52 | 26 |
| Octal | 57 | 262 | 22 | 112 | 0 | 132 | 36 | 155 | 122 | 46 |
| Binary | 101111 | 10110010 | 10010 | 1001010 | 0 | 1011010 | 11110 | 1101101 | 1010010 | 100110 |
Color Harmonies of #2FB212
Complementary color
Monochromatic Colors of #2FB212
Black with #2FB212
Text Example
Text Example
White with #2FB212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB212; }
p { color: rgb(47,178,18); }
H1.HeaderClassName
{
color: #2FB212;
}
.AnyTagClassName
{
color: #2FB212;
}
</style>
background-color css
<style>
a { background-color: #2FB212; }
a { background-color: rgb(47,178,18); }
div.DivClassName
{
background-color: #2FB212;
}
.BgClassName
{
background-color: #2FB212;
}
</style>
border-color css
<style>
span { border-color: #2FB212; }
span { border-color: rgb(47,178,18); }
td.TdClassName
{
border-color: #2FB212;
}
.TagClassName
{
border-color: #2FB212;
}
</style>