Shades of Kelly Green #2FD60A
Tints of Kelly Green #2FD60A
RGB
CMYK
RGB Variations
Color information
#2FD60A (or 0x2FD60A) is known color: Kelly Green. HEX triplet: 2F, D6 and 0A. RGB value is (47,214,10). Sum of RGB (Red+Green+Blue) = 47+214+10=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 214 (83.98% from 255 or 78.97% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD60A is #D029F5. Grayscale: #8D8D8D. Windows color (decimal): -13642230 or 710191. OLE color: 710191.
HSL color Cylindrical-coordinate representation of color #2FD60A: hue angle of 109.12º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FD60A is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 10 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.16 |
| HSL | 109.12º | 0.91% | 0.44% | - |
| HSV(B) | 109.12º | 0.95% | 0.84% | - |
| XYZ | 25.27 | 48.72 | 8.36 | - |
| YUV | 140.81 | 54.17 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 10 | 0.78 | 0 | 0.95 | 0.16 | 109.12 | 0.91 | 0.44 |
| Hex | 2F | D6 | A | 4E | 0 | 5F | 10 | 6D | 5B | 2C |
| Octal | 57 | 326 | 12 | 116 | 0 | 137 | 20 | 155 | 133 | 54 |
| Binary | 101111 | 11010110 | 1010 | 1001110 | 0 | 1011111 | 10000 | 1101101 | 1011011 | 101100 |
Color Harmonies of #2FD60A
Complementary color
Monochromatic Colors of #2FD60A
Black with #2FD60A
Text Example
Text Example
White with #2FD60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD60A; }
p { color: rgb(47,214,10); }
H1.HeaderClassName
{
color: #2FD60A;
}
.AnyTagClassName
{
color: #2FD60A;
}
</style>
background-color css
<style>
a { background-color: #2FD60A; }
a { background-color: rgb(47,214,10); }
div.DivClassName
{
background-color: #2FD60A;
}
.BgClassName
{
background-color: #2FD60A;
}
</style>
border-color css
<style>
span { border-color: #2FD60A; }
span { border-color: rgb(47,214,10); }
td.TdClassName
{
border-color: #2FD60A;
}
.TagClassName
{
border-color: #2FD60A;
}
</style>