Shades of Lime Green #2CED45
Tints of Lime Green #2CED45
RGB
CMYK
RGB Variations
Color information
#2CED45 (or 0x2CED45) is known color: Lime Green. HEX triplet: 2C, ED and 45. RGB value is (44,237,69). Sum of RGB (Red+Green+Blue) = 44+237+69=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 237 (92.97% from 255 or 67.71% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 237 - color contains mainly: green. Hex color #2CED45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CED45 is #D312BA. Grayscale: #A0A0A0. Windows color (decimal): -13832891 or 4582700. OLE color: 4582700.
HSL color Cylindrical-coordinate representation of color #2CED45: hue angle of 127.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CED45 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 237 | 69 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.07 |
| HSL | 127.77º | 0.84% | 0.55% | - |
| HSV(B) | 127.77º | 0.81% | 0.93% | - |
| XYZ | 32.4 | 61.53 | 15.8 | - |
| YUV | 160.14 | 76.56 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 237 | 69 | 0.81 | 0 | 0.71 | 0.07 | 127.77 | 0.84 | 0.55 |
| Hex | 2C | ED | 45 | 51 | 0 | 47 | 7 | 80 | 54 | 37 |
| Octal | 54 | 355 | 105 | 121 | 0 | 107 | 7 | 200 | 124 | 67 |
| Binary | 101100 | 11101101 | 1000101 | 1010001 | 0 | 1000111 | 111 | 10000000 | 1010100 | 110111 |
Color Harmonies of #2CED45
Complementary color
Monochromatic Colors of #2CED45
Black with #2CED45
Text Example
Text Example
White with #2CED45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CED45; }
p { color: rgb(44,237,69); }
H1.HeaderClassName
{
color: #2CED45;
}
.AnyTagClassName
{
color: #2CED45;
}
</style>
background-color css
<style>
a { background-color: #2CED45; }
a { background-color: rgb(44,237,69); }
div.DivClassName
{
background-color: #2CED45;
}
.BgClassName
{
background-color: #2CED45;
}
</style>
border-color css
<style>
span { border-color: #2CED45; }
span { border-color: rgb(44,237,69); }
td.TdClassName
{
border-color: #2CED45;
}
.TagClassName
{
border-color: #2CED45;
}
</style>