Shades of Lime Green #2CD31E
Tints of Lime Green #2CD31E
RGB
CMYK
RGB Variations
Color information
#2CD31E (or 0x2CD31E) is known color: Lime Green. HEX triplet: 2C, D3 and 1E. RGB value is (44,211,30). Sum of RGB (Red+Green+Blue) = 44+211+30=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 211 (82.81% from 255 or 74.04% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 211 - color contains mainly: green. Hex color #2CD31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD31E is #D32CE1. Grayscale: #8C8C8C. Windows color (decimal): -13839586 or 2020140. OLE color: 2020140.
HSL color Cylindrical-coordinate representation of color #2CD31E: hue angle of 115.36º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CD31E is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 211 | 30 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.17 |
| HSL | 115.36º | 0.75% | 0.47% | - |
| HSV(B) | 115.36º | 0.86% | 0.83% | - |
| XYZ | 24.57 | 47.22 | 9.05 | - |
| YUV | 140.43 | 65.67 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 211 | 30 | 0.79 | 0 | 0.86 | 0.17 | 115.36 | 0.75 | 0.47 |
| Hex | 2C | D3 | 1E | 4F | 0 | 56 | 11 | 73 | 4B | 2F |
| Octal | 54 | 323 | 36 | 117 | 0 | 126 | 21 | 163 | 113 | 57 |
| Binary | 101100 | 11010011 | 11110 | 1001111 | 0 | 1010110 | 10001 | 1110011 | 1001011 | 101111 |
Color Harmonies of #2CD31E
Complementary color
Monochromatic Colors of #2CD31E
Black with #2CD31E
Text Example
Text Example
White with #2CD31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD31E; }
p { color: rgb(44,211,30); }
H1.HeaderClassName
{
color: #2CD31E;
}
.AnyTagClassName
{
color: #2CD31E;
}
</style>
background-color css
<style>
a { background-color: #2CD31E; }
a { background-color: rgb(44,211,30); }
div.DivClassName
{
background-color: #2CD31E;
}
.BgClassName
{
background-color: #2CD31E;
}
</style>
border-color css
<style>
span { border-color: #2CD31E; }
span { border-color: rgb(44,211,30); }
td.TdClassName
{
border-color: #2CD31E;
}
.TagClassName
{
border-color: #2CD31E;
}
</style>