Shades of Lime Green #2CE325
Tints of Lime Green #2CE325
RGB
CMYK
RGB Variations
Color information
#2CE325 (or 0x2CE325) is known color: Lime Green. HEX triplet: 2C, E3 and 25. RGB value is (44,227,37). Sum of RGB (Red+Green+Blue) = 44+227+37=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 227 (89.06% from 255 or 73.70% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE325 is #D31CDA. Grayscale: #979797. Windows color (decimal): -13835483 or 2482988. OLE color: 2482988.
HSL color Cylindrical-coordinate representation of color #2CE325: hue angle of 117.79º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CE325 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 227 | 37 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.11 |
| HSL | 117.79º | 0.77% | 0.52% | - |
| HSV(B) | 117.79º | 0.84% | 0.89% | - |
| XYZ | 28.84 | 55.61 | 10.96 | - |
| YUV | 150.62 | 63.87 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 227 | 37 | 0.81 | 0 | 0.84 | 0.11 | 117.79 | 0.77 | 0.52 |
| Hex | 2C | E3 | 25 | 51 | 0 | 54 | B | 76 | 4D | 34 |
| Octal | 54 | 343 | 45 | 121 | 0 | 124 | 13 | 166 | 115 | 64 |
| Binary | 101100 | 11100011 | 100101 | 1010001 | 0 | 1010100 | 1011 | 1110110 | 1001101 | 110100 |
Color Harmonies of #2CE325
Complementary color
Monochromatic Colors of #2CE325
Black with #2CE325
Text Example
Text Example
White with #2CE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE325; }
p { color: rgb(44,227,37); }
H1.HeaderClassName
{
color: #2CE325;
}
.AnyTagClassName
{
color: #2CE325;
}
</style>
background-color css
<style>
a { background-color: #2CE325; }
a { background-color: rgb(44,227,37); }
div.DivClassName
{
background-color: #2CE325;
}
.BgClassName
{
background-color: #2CE325;
}
</style>
border-color css
<style>
span { border-color: #2CE325; }
span { border-color: rgb(44,227,37); }
td.TdClassName
{
border-color: #2CE325;
}
.TagClassName
{
border-color: #2CE325;
}
</style>