Shades of Kelly Green #2FD101
Tints of Kelly Green #2FD101
RGB
CMYK
RGB Variations
Color information
#2FD101 (or 0x2FD101) is known color: Kelly Green. HEX triplet: 2F, D1 and 01. RGB value is (47,209,1). Sum of RGB (Red+Green+Blue) = 47+209+1=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 209 (82.03% from 255 or 81.32% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 209 - color contains mainly: green. Hex color #2FD101 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD101 is #D02EFE. Grayscale: #898989. Windows color (decimal): -13643519 or 119087. OLE color: 119087.
HSL color Cylindrical-coordinate representation of color #2FD101: hue angle of 106.73º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FD101 is Cyan = 0.78, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 209 | 1 | - |
| CMYK | 0.78 | 0 | 1.00 | 0.18 |
| HSL | 106.73º | 0.99% | 0.41% | - |
| HSV(B) | 106.73º | 1% | 0.82% | - |
| XYZ | 23.98 | 46.21 | 7.68 | - |
| YUV | 136.85 | 51.33 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 209 | 1 | 0.78 | 0 | 1.00 | 0.18 | 106.73 | 0.99 | 0.41 |
| Hex | 2F | D1 | 1 | 4E | 0 | 64 | 12 | 6B | 63 | 29 |
| Octal | 57 | 321 | 1 | 116 | 0 | 144 | 22 | 153 | 143 | 51 |
| Binary | 101111 | 11010001 | 1 | 1001110 | 0 | 1100100 | 10010 | 1101011 | 1100011 | 101001 |
Color Harmonies of #2FD101
Complementary color
Monochromatic Colors of #2FD101
Black with #2FD101
Text Example
Text Example
White with #2FD101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD101; }
p { color: rgb(47,209,1); }
H1.HeaderClassName
{
color: #2FD101;
}
.AnyTagClassName
{
color: #2FD101;
}
</style>
background-color css
<style>
a { background-color: #2FD101; }
a { background-color: rgb(47,209,1); }
div.DivClassName
{
background-color: #2FD101;
}
.BgClassName
{
background-color: #2FD101;
}
</style>
border-color css
<style>
span { border-color: #2FD101; }
span { border-color: rgb(47,209,1); }
td.TdClassName
{
border-color: #2FD101;
}
.TagClassName
{
border-color: #2FD101;
}
</style>