Shades of Lime Green #2FE51D
Tints of Lime Green #2FE51D
RGB
CMYK
RGB Variations
Color information
#2FE51D (or 0x2FE51D) is known color: Lime Green. HEX triplet: 2F, E5 and 1D. RGB value is (47,229,29). Sum of RGB (Red+Green+Blue) = 47+229+29=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 229 (89.84% from 255 or 75.08% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE51D is #D01AE2. Grayscale: #989898. Windows color (decimal): -13638371 or 1959215. OLE color: 1959215.
HSL color Cylindrical-coordinate representation of color #2FE51D: hue angle of 114.6º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FE51D is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 29 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.10 |
| HSL | 114.6º | 0.79% | 0.51% | - |
| HSV(B) | 114.6º | 0.87% | 0.9% | - |
| XYZ | 29.41 | 56.73 | 10.56 | - |
| YUV | 151.78 | 58.7 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 29 | 0.79 | 0 | 0.87 | 0.10 | 114.6 | 0.79 | 0.51 |
| Hex | 2F | E5 | 1D | 4F | 0 | 57 | A | 73 | 4F | 33 |
| Octal | 57 | 345 | 35 | 117 | 0 | 127 | 12 | 163 | 117 | 63 |
| Binary | 101111 | 11100101 | 11101 | 1001111 | 0 | 1010111 | 1010 | 1110011 | 1001111 | 110011 |
Color Harmonies of #2FE51D
Complementary color
Monochromatic Colors of #2FE51D
Black with #2FE51D
Text Example
Text Example
White with #2FE51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE51D; }
p { color: rgb(47,229,29); }
H1.HeaderClassName
{
color: #2FE51D;
}
.AnyTagClassName
{
color: #2FE51D;
}
</style>
background-color css
<style>
a { background-color: #2FE51D; }
a { background-color: rgb(47,229,29); }
div.DivClassName
{
background-color: #2FE51D;
}
.BgClassName
{
background-color: #2FE51D;
}
</style>
border-color css
<style>
span { border-color: #2FE51D; }
span { border-color: rgb(47,229,29); }
td.TdClassName
{
border-color: #2FE51D;
}
.TagClassName
{
border-color: #2FE51D;
}
</style>