Shades of Kelly Green #2FD001
Tints of Kelly Green #2FD001
RGB
CMYK
RGB Variations
Color information
#2FD001 (or 0x2FD001) is known color: Kelly Green. HEX triplet: 2F, D0 and 01. RGB value is (47,208,1). Sum of RGB (Red+Green+Blue) = 47+208+1=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 208 (81.64% from 255 or 81.25% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD001 is #D02FFE. Grayscale: #888888. Windows color (decimal): -13643775 or 118831. OLE color: 118831.
HSL color Cylindrical-coordinate representation of color #2FD001: hue angle of 106.67º 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 #2FD001 is Cyan = 0.77, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 208 | 1 | - |
| CMYK | 0.77 | 0 | 1.00 | 0.18 |
| HSL | 106.67º | 0.99% | 0.41% | - |
| HSV(B) | 106.67º | 1% | 0.82% | - |
| XYZ | 23.73 | 45.72 | 7.6 | - |
| YUV | 136.26 | 51.66 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 208 | 1 | 0.77 | 0 | 1.00 | 0.18 | 106.67 | 0.99 | 0.41 |
| Hex | 2F | D0 | 1 | 4D | 0 | 64 | 12 | 6B | 63 | 29 |
| Octal | 57 | 320 | 1 | 115 | 0 | 144 | 22 | 153 | 143 | 51 |
| Binary | 101111 | 11010000 | 1 | 1001101 | 0 | 1100100 | 10010 | 1101011 | 1100011 | 101001 |
Color Harmonies of #2FD001
Complementary color
Monochromatic Colors of #2FD001
Black with #2FD001
Text Example
Text Example
White with #2FD001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD001; }
p { color: rgb(47,208,1); }
H1.HeaderClassName
{
color: #2FD001;
}
.AnyTagClassName
{
color: #2FD001;
}
</style>
background-color css
<style>
a { background-color: #2FD001; }
a { background-color: rgb(47,208,1); }
div.DivClassName
{
background-color: #2FD001;
}
.BgClassName
{
background-color: #2FD001;
}
</style>
border-color css
<style>
span { border-color: #2FD001; }
span { border-color: rgb(47,208,1); }
td.TdClassName
{
border-color: #2FD001;
}
.TagClassName
{
border-color: #2FD001;
}
</style>