Shades of Lime Green #2CEC25
Tints of Lime Green #2CEC25
RGB
CMYK
RGB Variations
Color information
#2CEC25 (or 0x2CEC25) is known color: Lime Green. HEX triplet: 2C, EC and 25. RGB value is (44,236,37). Sum of RGB (Red+Green+Blue) = 44+236+37=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 236 (92.58% from 255 or 74.45% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEC25 is #D313DA. Grayscale: #9C9C9C. Windows color (decimal): -13833179 or 2485292. OLE color: 2485292.
HSL color Cylindrical-coordinate representation of color #2CEC25: hue angle of 117.89º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CEC25 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 37 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.07 |
| HSL | 117.89º | 0.84% | 0.54% | - |
| HSV(B) | 117.89º | 0.84% | 0.93% | - |
| XYZ | 31.37 | 60.66 | 11.81 | - |
| YUV | 155.91 | 60.89 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 37 | 0.81 | 0 | 0.84 | 0.07 | 117.89 | 0.84 | 0.54 |
| Hex | 2C | EC | 25 | 51 | 0 | 54 | 7 | 76 | 54 | 36 |
| Octal | 54 | 354 | 45 | 121 | 0 | 124 | 7 | 166 | 124 | 66 |
| Binary | 101100 | 11101100 | 100101 | 1010001 | 0 | 1010100 | 111 | 1110110 | 1010100 | 110110 |
Color Harmonies of #2CEC25
Complementary color
Monochromatic Colors of #2CEC25
Black with #2CEC25
Text Example
Text Example
White with #2CEC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEC25; }
p { color: rgb(44,236,37); }
H1.HeaderClassName
{
color: #2CEC25;
}
.AnyTagClassName
{
color: #2CEC25;
}
</style>
background-color css
<style>
a { background-color: #2CEC25; }
a { background-color: rgb(44,236,37); }
div.DivClassName
{
background-color: #2CEC25;
}
.BgClassName
{
background-color: #2CEC25;
}
</style>
border-color css
<style>
span { border-color: #2CEC25; }
span { border-color: rgb(44,236,37); }
td.TdClassName
{
border-color: #2CEC25;
}
.TagClassName
{
border-color: #2CEC25;
}
</style>