Shades of Lime Green #2CD436
Tints of Lime Green #2CD436
RGB
CMYK
RGB Variations
Color information
#2CD436 (or 0x2CD436) is known color: Lime Green. HEX triplet: 2C, D4 and 36. RGB value is (44,212,54). Sum of RGB (Red+Green+Blue) = 44+212+54=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 212 (83.20% from 255 or 68.39% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 212 - color contains mainly: green. Hex color #2CD436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD436 is #D32BC9. Grayscale: #909090. Windows color (decimal): -13839306 or 3593260. OLE color: 3593260.
HSL color Cylindrical-coordinate representation of color #2CD436: hue angle of 123.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD436 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 212 | 54 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.17 |
| HSL | 123.57º | 0.66% | 0.5% | - |
| HSV(B) | 123.57º | 0.79% | 0.83% | - |
| XYZ | 25.25 | 47.89 | 11.4 | - |
| YUV | 143.76 | 77.34 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 212 | 54 | 0.79 | 0 | 0.75 | 0.17 | 123.57 | 0.66 | 0.5 |
| Hex | 2C | D4 | 36 | 4F | 0 | 4B | 11 | 7C | 42 | 32 |
| Octal | 54 | 324 | 66 | 117 | 0 | 113 | 21 | 174 | 102 | 62 |
| Binary | 101100 | 11010100 | 110110 | 1001111 | 0 | 1001011 | 10001 | 1111100 | 1000010 | 110010 |
Color Harmonies of #2CD436
Complementary color
Monochromatic Colors of #2CD436
Black with #2CD436
Text Example
Text Example
White with #2CD436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD436; }
p { color: rgb(44,212,54); }
H1.HeaderClassName
{
color: #2CD436;
}
.AnyTagClassName
{
color: #2CD436;
}
</style>
background-color css
<style>
a { background-color: #2CD436; }
a { background-color: rgb(44,212,54); }
div.DivClassName
{
background-color: #2CD436;
}
.BgClassName
{
background-color: #2CD436;
}
</style>
border-color css
<style>
span { border-color: #2CD436; }
span { border-color: rgb(44,212,54); }
td.TdClassName
{
border-color: #2CD436;
}
.TagClassName
{
border-color: #2CD436;
}
</style>