Shades of Lime Green #2FD410
Tints of Lime Green #2FD410
RGB
CMYK
RGB Variations
Color information
#2FD410 (or 0x2FD410) is known color: Lime Green. HEX triplet: 2F, D4 and 10. RGB value is (47,212,16). Sum of RGB (Red+Green+Blue) = 47+212+16=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 212 (83.20% from 255 or 77.09% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD410 is #D02BEF. Grayscale: #8C8C8C. Windows color (decimal): -13642736 or 1102895. OLE color: 1102895.
HSL color Cylindrical-coordinate representation of color #2FD410: hue angle of 110.51º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FD410 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 212 | 16 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.17 |
| HSL | 110.51º | 0.86% | 0.45% | - |
| HSV(B) | 110.51º | 0.92% | 0.83% | - |
| XYZ | 24.81 | 47.73 | 8.4 | - |
| YUV | 140.32 | 57.84 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 212 | 16 | 0.78 | 0 | 0.92 | 0.17 | 110.51 | 0.86 | 0.45 |
| Hex | 2F | D4 | 10 | 4E | 0 | 5C | 11 | 6F | 56 | 2D |
| Octal | 57 | 324 | 20 | 116 | 0 | 134 | 21 | 157 | 126 | 55 |
| Binary | 101111 | 11010100 | 10000 | 1001110 | 0 | 1011100 | 10001 | 1101111 | 1010110 | 101101 |
Color Harmonies of #2FD410
Complementary color
Monochromatic Colors of #2FD410
Black with #2FD410
Text Example
Text Example
White with #2FD410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD410; }
p { color: rgb(47,212,16); }
H1.HeaderClassName
{
color: #2FD410;
}
.AnyTagClassName
{
color: #2FD410;
}
</style>
background-color css
<style>
a { background-color: #2FD410; }
a { background-color: rgb(47,212,16); }
div.DivClassName
{
background-color: #2FD410;
}
.BgClassName
{
background-color: #2FD410;
}
</style>
border-color css
<style>
span { border-color: #2FD410; }
span { border-color: rgb(47,212,16); }
td.TdClassName
{
border-color: #2FD410;
}
.TagClassName
{
border-color: #2FD410;
}
</style>