Shades of Lime Green #2CE925
Tints of Lime Green #2CE925
RGB
CMYK
RGB Variations
Color information
#2CE925 (or 0x2CE925) is known color: Lime Green. HEX triplet: 2C, E9 and 25. RGB value is (44,233,37). Sum of RGB (Red+Green+Blue) = 44+233+37=314 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.01% from 314); Green value is 233 (91.41% from 255 or 74.20% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE925 is #D316DA. Grayscale: #9A9A9A. Windows color (decimal): -13833947 or 2484524. OLE color: 2484524.
HSL color Cylindrical-coordinate representation of color #2CE925: hue angle of 117.86º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CE925 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 37 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.09 |
| HSL | 117.86º | 0.82% | 0.53% | - |
| HSV(B) | 117.86º | 0.84% | 0.91% | - |
| XYZ | 30.51 | 58.95 | 11.52 | - |
| YUV | 154.15 | 61.88 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 37 | 0.81 | 0 | 0.84 | 0.09 | 117.86 | 0.82 | 0.53 |
| Hex | 2C | E9 | 25 | 51 | 0 | 54 | 9 | 76 | 52 | 35 |
| Octal | 54 | 351 | 45 | 121 | 0 | 124 | 11 | 166 | 122 | 65 |
| Binary | 101100 | 11101001 | 100101 | 1010001 | 0 | 1010100 | 1001 | 1110110 | 1010010 | 110101 |
Color Harmonies of #2CE925
Complementary color
Monochromatic Colors of #2CE925
Black with #2CE925
Text Example
Text Example
White with #2CE925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE925; }
p { color: rgb(44,233,37); }
H1.HeaderClassName
{
color: #2CE925;
}
.AnyTagClassName
{
color: #2CE925;
}
</style>
background-color css
<style>
a { background-color: #2CE925; }
a { background-color: rgb(44,233,37); }
div.DivClassName
{
background-color: #2CE925;
}
.BgClassName
{
background-color: #2CE925;
}
</style>
border-color css
<style>
span { border-color: #2CE925; }
span { border-color: rgb(44,233,37); }
td.TdClassName
{
border-color: #2CE925;
}
.TagClassName
{
border-color: #2CE925;
}
</style>