Shades of Lime Green #2CD51D
Tints of Lime Green #2CD51D
RGB
CMYK
RGB Variations
Color information
#2CD51D (or 0x2CD51D) is known color: Lime Green. HEX triplet: 2C, D5 and 1D. RGB value is (44,213,29). Sum of RGB (Red+Green+Blue) = 44+213+29=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 213 (83.59% from 255 or 74.48% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD51D is #D32AE2. Grayscale: #8E8E8E. Windows color (decimal): -13839075 or 1955116. OLE color: 1955116.
HSL color Cylindrical-coordinate representation of color #2CD51D: hue angle of 115.11º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CD51D is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 213 | 29 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.16 |
| HSL | 115.11º | 0.76% | 0.47% | - |
| HSV(B) | 115.11º | 0.86% | 0.84% | - |
| XYZ | 25.05 | 48.21 | 9.15 | - |
| YUV | 141.49 | 64.51 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 213 | 29 | 0.79 | 0 | 0.86 | 0.16 | 115.11 | 0.76 | 0.47 |
| Hex | 2C | D5 | 1D | 4F | 0 | 56 | 10 | 73 | 4C | 2F |
| Octal | 54 | 325 | 35 | 117 | 0 | 126 | 20 | 163 | 114 | 57 |
| Binary | 101100 | 11010101 | 11101 | 1001111 | 0 | 1010110 | 10000 | 1110011 | 1001100 | 101111 |
Color Harmonies of #2CD51D
Complementary color
Monochromatic Colors of #2CD51D
Black with #2CD51D
Text Example
Text Example
White with #2CD51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD51D; }
p { color: rgb(44,213,29); }
H1.HeaderClassName
{
color: #2CD51D;
}
.AnyTagClassName
{
color: #2CD51D;
}
</style>
background-color css
<style>
a { background-color: #2CD51D; }
a { background-color: rgb(44,213,29); }
div.DivClassName
{
background-color: #2CD51D;
}
.BgClassName
{
background-color: #2CD51D;
}
</style>
border-color css
<style>
span { border-color: #2CD51D; }
span { border-color: rgb(44,213,29); }
td.TdClassName
{
border-color: #2CD51D;
}
.TagClassName
{
border-color: #2CD51D;
}
</style>