Shades of Lime Green #2CE025
Tints of Lime Green #2CE025
RGB
CMYK
RGB Variations
Color information
#2CE025 (or 0x2CE025) is known color: Lime Green. HEX triplet: 2C, E0 and 25. RGB value is (44,224,37). Sum of RGB (Red+Green+Blue) = 44+224+37=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 224 (87.89% from 255 or 73.44% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE025 is #D31FDA. Grayscale: #959595. Windows color (decimal): -13836251 or 2482220. OLE color: 2482220.
HSL color Cylindrical-coordinate representation of color #2CE025: hue angle of 117.75º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CE025 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 37 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.12 |
| HSL | 117.75º | 0.75% | 0.51% | - |
| HSV(B) | 117.75º | 0.83% | 0.88% | - |
| XYZ | 28.03 | 53.98 | 10.69 | - |
| YUV | 148.86 | 64.87 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 37 | 0.80 | 0 | 0.83 | 0.12 | 117.75 | 0.75 | 0.51 |
| Hex | 2C | E0 | 25 | 50 | 0 | 53 | C | 76 | 4B | 33 |
| Octal | 54 | 340 | 45 | 120 | 0 | 123 | 14 | 166 | 113 | 63 |
| Binary | 101100 | 11100000 | 100101 | 1010000 | 0 | 1010011 | 1100 | 1110110 | 1001011 | 110011 |
Color Harmonies of #2CE025
Complementary color
Monochromatic Colors of #2CE025
Black with #2CE025
Text Example
Text Example
White with #2CE025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE025; }
p { color: rgb(44,224,37); }
H1.HeaderClassName
{
color: #2CE025;
}
.AnyTagClassName
{
color: #2CE025;
}
</style>
background-color css
<style>
a { background-color: #2CE025; }
a { background-color: rgb(44,224,37); }
div.DivClassName
{
background-color: #2CE025;
}
.BgClassName
{
background-color: #2CE025;
}
</style>
border-color css
<style>
span { border-color: #2CE025; }
span { border-color: rgb(44,224,37); }
td.TdClassName
{
border-color: #2CE025;
}
.TagClassName
{
border-color: #2CE025;
}
</style>