Shades of Lime Green #33EA28
Tints of Lime Green #33EA28
RGB
CMYK
RGB Variations
Color information
#33EA28 (or 0x33EA28) is known color: Lime Green. HEX triplet: 33, EA and 28. RGB value is (51,234,40). Sum of RGB (Red+Green+Blue) = 51+234+40=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 234 (91.80% from 255 or 72% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 234 - color contains mainly: green. Hex color #33EA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EA28 is #CC15D7. Grayscale: #9D9D9D. Windows color (decimal): -13374936 or 2681395. OLE color: 2681395.
HSL color Cylindrical-coordinate representation of color #33EA28: hue angle of 116.6º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33EA28 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 234 | 40 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.08 |
| HSL | 116.6º | 0.82% | 0.54% | - |
| HSV(B) | 116.6º | 0.83% | 0.92% | - |
| XYZ | 31.17 | 59.7 | 11.89 | - |
| YUV | 157.17 | 61.87 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 234 | 40 | 0.78 | 0 | 0.83 | 0.08 | 116.6 | 0.82 | 0.54 |
| Hex | 33 | EA | 28 | 4E | 0 | 53 | 8 | 75 | 52 | 36 |
| Octal | 63 | 352 | 50 | 116 | 0 | 123 | 10 | 165 | 122 | 66 |
| Binary | 110011 | 11101010 | 101000 | 1001110 | 0 | 1010011 | 1000 | 1110101 | 1010010 | 110110 |
Color Harmonies of #33EA28
Complementary color
Monochromatic Colors of #33EA28
Black with #33EA28
Text Example
Text Example
White with #33EA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EA28; }
p { color: rgb(51,234,40); }
H1.HeaderClassName
{
color: #33EA28;
}
.AnyTagClassName
{
color: #33EA28;
}
</style>
background-color css
<style>
a { background-color: #33EA28; }
a { background-color: rgb(51,234,40); }
div.DivClassName
{
background-color: #33EA28;
}
.BgClassName
{
background-color: #33EA28;
}
</style>
border-color css
<style>
span { border-color: #33EA28; }
span { border-color: rgb(51,234,40); }
td.TdClassName
{
border-color: #33EA28;
}
.TagClassName
{
border-color: #33EA28;
}
</style>