Shades of Lime Green #2CE125
Tints of Lime Green #2CE125
RGB
CMYK
RGB Variations
Color information
#2CE125 (or 0x2CE125) is known color: Lime Green. HEX triplet: 2C, E1 and 25. RGB value is (44,225,37). Sum of RGB (Red+Green+Blue) = 44+225+37=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 225 (88.28% from 255 or 73.53% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE125 is #D31EDA. Grayscale: #969696. Windows color (decimal): -13835995 or 2482476. OLE color: 2482476.
HSL color Cylindrical-coordinate representation of color #2CE125: hue angle of 117.77º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CE125 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 37 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.12 |
| HSL | 117.77º | 0.76% | 0.51% | - |
| HSV(B) | 117.77º | 0.84% | 0.88% | - |
| XYZ | 28.3 | 54.52 | 10.78 | - |
| YUV | 149.45 | 64.53 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 37 | 0.80 | 0 | 0.84 | 0.12 | 117.77 | 0.76 | 0.51 |
| Hex | 2C | E1 | 25 | 50 | 0 | 54 | C | 76 | 4C | 33 |
| Octal | 54 | 341 | 45 | 120 | 0 | 124 | 14 | 166 | 114 | 63 |
| Binary | 101100 | 11100001 | 100101 | 1010000 | 0 | 1010100 | 1100 | 1110110 | 1001100 | 110011 |
Color Harmonies of #2CE125
Complementary color
Monochromatic Colors of #2CE125
Black with #2CE125
Text Example
Text Example
White with #2CE125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE125; }
p { color: rgb(44,225,37); }
H1.HeaderClassName
{
color: #2CE125;
}
.AnyTagClassName
{
color: #2CE125;
}
</style>
background-color css
<style>
a { background-color: #2CE125; }
a { background-color: rgb(44,225,37); }
div.DivClassName
{
background-color: #2CE125;
}
.BgClassName
{
background-color: #2CE125;
}
</style>
border-color css
<style>
span { border-color: #2CE125; }
span { border-color: rgb(44,225,37); }
td.TdClassName
{
border-color: #2CE125;
}
.TagClassName
{
border-color: #2CE125;
}
</style>