Shades of Lime Green #2CD31C
Tints of Lime Green #2CD31C
RGB
CMYK
RGB Variations
Color information
#2CD31C (or 0x2CD31C) is known color: Lime Green. HEX triplet: 2C, D3 and 1C. RGB value is (44,211,28). Sum of RGB (Red+Green+Blue) = 44+211+28=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 211 (82.81% from 255 or 74.56% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 211 - color contains mainly: green. Hex color #2CD31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD31C is #D32CE3. Grayscale: #8C8C8C. Windows color (decimal): -13839588 or 1889068. OLE color: 1889068.
HSL color Cylindrical-coordinate representation of color #2CD31C: hue angle of 114.75º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CD31C is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 211 | 28 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.17 |
| HSL | 114.75º | 0.77% | 0.47% | - |
| HSV(B) | 114.75º | 0.87% | 0.83% | - |
| XYZ | 24.54 | 47.21 | 8.92 | - |
| YUV | 140.21 | 64.67 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 211 | 28 | 0.79 | 0 | 0.87 | 0.17 | 114.75 | 0.77 | 0.47 |
| Hex | 2C | D3 | 1C | 4F | 0 | 57 | 11 | 73 | 4D | 2F |
| Octal | 54 | 323 | 34 | 117 | 0 | 127 | 21 | 163 | 115 | 57 |
| Binary | 101100 | 11010011 | 11100 | 1001111 | 0 | 1010111 | 10001 | 1110011 | 1001101 | 101111 |
Color Harmonies of #2CD31C
Complementary color
Monochromatic Colors of #2CD31C
Black with #2CD31C
Text Example
Text Example
White with #2CD31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD31C; }
p { color: rgb(44,211,28); }
H1.HeaderClassName
{
color: #2CD31C;
}
.AnyTagClassName
{
color: #2CD31C;
}
</style>
background-color css
<style>
a { background-color: #2CD31C; }
a { background-color: rgb(44,211,28); }
div.DivClassName
{
background-color: #2CD31C;
}
.BgClassName
{
background-color: #2CD31C;
}
</style>
border-color css
<style>
span { border-color: #2CD31C; }
span { border-color: rgb(44,211,28); }
td.TdClassName
{
border-color: #2CD31C;
}
.TagClassName
{
border-color: #2CD31C;
}
</style>