Shades of Lime Green #2CD41C
Tints of Lime Green #2CD41C
RGB
CMYK
RGB Variations
Color information
#2CD41C (or 0x2CD41C) is known color: Lime Green. HEX triplet: 2C, D4 and 1C. RGB value is (44,212,28). Sum of RGB (Red+Green+Blue) = 44+212+28=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 212 (83.20% from 255 or 74.65% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 212 - color contains mainly: green. Hex color #2CD41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD41C is #D32BE3. Grayscale: #8D8D8D. Windows color (decimal): -13839332 or 1889324. OLE color: 1889324.
HSL color Cylindrical-coordinate representation of color #2CD41C: hue angle of 114.78º 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 #2CD41C is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 212 | 28 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.17 |
| HSL | 114.78º | 0.77% | 0.47% | - |
| HSV(B) | 114.78º | 0.87% | 0.83% | - |
| XYZ | 24.79 | 47.71 | 9 | - |
| YUV | 140.79 | 64.34 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 212 | 28 | 0.79 | 0 | 0.87 | 0.17 | 114.78 | 0.77 | 0.47 |
| Hex | 2C | D4 | 1C | 4F | 0 | 57 | 11 | 73 | 4D | 2F |
| Octal | 54 | 324 | 34 | 117 | 0 | 127 | 21 | 163 | 115 | 57 |
| Binary | 101100 | 11010100 | 11100 | 1001111 | 0 | 1010111 | 10001 | 1110011 | 1001101 | 101111 |
Color Harmonies of #2CD41C
Complementary color
Monochromatic Colors of #2CD41C
Black with #2CD41C
Text Example
Text Example
White with #2CD41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD41C; }
p { color: rgb(44,212,28); }
H1.HeaderClassName
{
color: #2CD41C;
}
.AnyTagClassName
{
color: #2CD41C;
}
</style>
background-color css
<style>
a { background-color: #2CD41C; }
a { background-color: rgb(44,212,28); }
div.DivClassName
{
background-color: #2CD41C;
}
.BgClassName
{
background-color: #2CD41C;
}
</style>
border-color css
<style>
span { border-color: #2CD41C; }
span { border-color: rgb(44,212,28); }
td.TdClassName
{
border-color: #2CD41C;
}
.TagClassName
{
border-color: #2CD41C;
}
</style>