Shades of Lime Green #2CE71D
Tints of Lime Green #2CE71D
RGB
CMYK
RGB Variations
Color information
#2CE71D (or 0x2CE71D) is known color: Lime Green. HEX triplet: 2C, E7 and 1D. RGB value is (44,231,29). Sum of RGB (Red+Green+Blue) = 44+231+29=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 231 (90.62% from 255 or 75.99% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE71D is #D318E2. Grayscale: #989898. Windows color (decimal): -13834467 or 1959724. OLE color: 1959724.
HSL color Cylindrical-coordinate representation of color #2CE71D: hue angle of 115.54º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CE71D is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 231 | 29 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.09 |
| HSL | 115.54º | 0.81% | 0.51% | - |
| HSV(B) | 115.54º | 0.87% | 0.91% | - |
| XYZ | 29.84 | 57.78 | 10.74 | - |
| YUV | 152.06 | 58.55 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 231 | 29 | 0.81 | 0 | 0.87 | 0.09 | 115.54 | 0.81 | 0.51 |
| Hex | 2C | E7 | 1D | 51 | 0 | 57 | 9 | 74 | 51 | 33 |
| Octal | 54 | 347 | 35 | 121 | 0 | 127 | 11 | 164 | 121 | 63 |
| Binary | 101100 | 11100111 | 11101 | 1010001 | 0 | 1010111 | 1001 | 1110100 | 1010001 | 110011 |
Color Harmonies of #2CE71D
Complementary color
Monochromatic Colors of #2CE71D
Black with #2CE71D
Text Example
Text Example
White with #2CE71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE71D; }
p { color: rgb(44,231,29); }
H1.HeaderClassName
{
color: #2CE71D;
}
.AnyTagClassName
{
color: #2CE71D;
}
</style>
background-color css
<style>
a { background-color: #2CE71D; }
a { background-color: rgb(44,231,29); }
div.DivClassName
{
background-color: #2CE71D;
}
.BgClassName
{
background-color: #2CE71D;
}
</style>
border-color css
<style>
span { border-color: #2CE71D; }
span { border-color: rgb(44,231,29); }
td.TdClassName
{
border-color: #2CE71D;
}
.TagClassName
{
border-color: #2CE71D;
}
</style>