Shades of Kelly Green #2FD401
Tints of Kelly Green #2FD401
RGB
CMYK
RGB Variations
Color information
#2FD401 (or 0x2FD401) is known color: Kelly Green. HEX triplet: 2F, D4 and 01. RGB value is (47,212,1). Sum of RGB (Red+Green+Blue) = 47+212+1=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 212 (83.20% from 255 or 81.54% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD401 is #D02BFE. Grayscale: #8B8B8B. Windows color (decimal): -13642751 or 119855. OLE color: 119855.
HSL color Cylindrical-coordinate representation of color #2FD401: hue angle of 106.92º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FD401 is Cyan = 0.78, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 212 | 1 | - |
| CMYK | 0.78 | 0 | 1.00 | 0.17 |
| HSL | 106.92º | 0.99% | 0.42% | - |
| HSV(B) | 106.92º | 1% | 0.83% | - |
| XYZ | 24.72 | 47.69 | 7.93 | - |
| YUV | 138.61 | 50.34 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 212 | 1 | 0.78 | 0 | 1.00 | 0.17 | 106.92 | 0.99 | 0.42 |
| Hex | 2F | D4 | 1 | 4E | 0 | 64 | 11 | 6B | 63 | 2A |
| Octal | 57 | 324 | 1 | 116 | 0 | 144 | 21 | 153 | 143 | 52 |
| Binary | 101111 | 11010100 | 1 | 1001110 | 0 | 1100100 | 10001 | 1101011 | 1100011 | 101010 |
Color Harmonies of #2FD401
Complementary color
Monochromatic Colors of #2FD401
Black with #2FD401
Text Example
Text Example
White with #2FD401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD401; }
p { color: rgb(47,212,1); }
H1.HeaderClassName
{
color: #2FD401;
}
.AnyTagClassName
{
color: #2FD401;
}
</style>
background-color css
<style>
a { background-color: #2FD401; }
a { background-color: rgb(47,212,1); }
div.DivClassName
{
background-color: #2FD401;
}
.BgClassName
{
background-color: #2FD401;
}
</style>
border-color css
<style>
span { border-color: #2FD401; }
span { border-color: rgb(47,212,1); }
td.TdClassName
{
border-color: #2FD401;
}
.TagClassName
{
border-color: #2FD401;
}
</style>