Shades of Lime Green #2CE928
Tints of Lime Green #2CE928
RGB
CMYK
RGB Variations
Color information
#2CE928 (or 0x2CE928) is known color: Lime Green. HEX triplet: 2C, E9 and 28. RGB value is (44,233,40). Sum of RGB (Red+Green+Blue) = 44+233+40=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 233 (91.41% from 255 or 73.50% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE928 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE928 is #D316D7. Grayscale: #9B9B9B. Windows color (decimal): -13833944 or 2681132. OLE color: 2681132.
HSL color Cylindrical-coordinate representation of color #2CE928: hue angle of 118.76º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CE928 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 40 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.09 |
| HSL | 118.76º | 0.81% | 0.54% | - |
| HSV(B) | 118.76º | 0.83% | 0.91% | - |
| XYZ | 30.56 | 58.97 | 11.78 | - |
| YUV | 154.49 | 63.38 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 40 | 0.81 | 0 | 0.83 | 0.09 | 118.76 | 0.81 | 0.54 |
| Hex | 2C | E9 | 28 | 51 | 0 | 53 | 9 | 77 | 51 | 36 |
| Octal | 54 | 351 | 50 | 121 | 0 | 123 | 11 | 167 | 121 | 66 |
| Binary | 101100 | 11101001 | 101000 | 1010001 | 0 | 1010011 | 1001 | 1110111 | 1010001 | 110110 |
Color Harmonies of #2CE928
Complementary color
Monochromatic Colors of #2CE928
Black with #2CE928
Text Example
Text Example
White with #2CE928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE928; }
p { color: rgb(44,233,40); }
H1.HeaderClassName
{
color: #2CE928;
}
.AnyTagClassName
{
color: #2CE928;
}
</style>
background-color css
<style>
a { background-color: #2CE928; }
a { background-color: rgb(44,233,40); }
div.DivClassName
{
background-color: #2CE928;
}
.BgClassName
{
background-color: #2CE928;
}
</style>
border-color css
<style>
span { border-color: #2CE928; }
span { border-color: rgb(44,233,40); }
td.TdClassName
{
border-color: #2CE928;
}
.TagClassName
{
border-color: #2CE928;
}
</style>