Shades of Kelly Green #2FC902
Tints of Kelly Green #2FC902
RGB
CMYK
RGB Variations
Color information
#2FC902 (or 0x2FC902) is known color: Kelly Green. HEX triplet: 2F, C9 and 02. RGB value is (47,201,2). Sum of RGB (Red+Green+Blue) = 47+201+2=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 201 (78.91% from 255 or 80.4% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC902 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC902 is #D036FD. Grayscale: #848484. Windows color (decimal): -13645566 or 182575. OLE color: 182575.
HSL color Cylindrical-coordinate representation of color #2FC902: hue angle of 106.43º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FC902 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.21 |
| HSL | 106.43º | 0.98% | 0.4% | - |
| HSV(B) | 106.43º | 0.99% | 0.79% | - |
| XYZ | 22.07 | 42.38 | 7.07 | - |
| YUV | 132.27 | 54.48 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 2 | 0.77 | 0 | 0.99 | 0.21 | 106.43 | 0.98 | 0.4 |
| Hex | 2F | C9 | 2 | 4D | 0 | 63 | 15 | 6A | 62 | 28 |
| Octal | 57 | 311 | 2 | 115 | 0 | 143 | 25 | 152 | 142 | 50 |
| Binary | 101111 | 11001001 | 10 | 1001101 | 0 | 1100011 | 10101 | 1101010 | 1100010 | 101000 |
Color Harmonies of #2FC902
Complementary color
Monochromatic Colors of #2FC902
Black with #2FC902
Text Example
Text Example
White with #2FC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC902; }
p { color: rgb(47,201,2); }
H1.HeaderClassName
{
color: #2FC902;
}
.AnyTagClassName
{
color: #2FC902;
}
</style>
background-color css
<style>
a { background-color: #2FC902; }
a { background-color: rgb(47,201,2); }
div.DivClassName
{
background-color: #2FC902;
}
.BgClassName
{
background-color: #2FC902;
}
</style>
border-color css
<style>
span { border-color: #2FC902; }
span { border-color: rgb(47,201,2); }
td.TdClassName
{
border-color: #2FC902;
}
.TagClassName
{
border-color: #2FC902;
}
</style>