Shades of Lime Green #33E128
Tints of Lime Green #33E128
RGB
CMYK
RGB Variations
Color information
#33E128 (or 0x33E128) is known color: Lime Green. HEX triplet: 33, E1 and 28. RGB value is (51,225,40). Sum of RGB (Red+Green+Blue) = 51+225+40=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 225 (88.28% from 255 or 71.20% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 225 - color contains mainly: green. Hex color #33E128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E128 is #CC1ED7. Grayscale: #989898. Windows color (decimal): -13377240 or 2679091. OLE color: 2679091.
HSL color Cylindrical-coordinate representation of color #33E128: hue angle of 116.43º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33E128 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 225 | 40 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.12 |
| HSL | 116.43º | 0.76% | 0.52% | - |
| HSV(B) | 116.43º | 0.82% | 0.88% | - |
| XYZ | 28.67 | 54.71 | 11.06 | - |
| YUV | 151.88 | 64.85 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 225 | 40 | 0.77 | 0 | 0.82 | 0.12 | 116.43 | 0.76 | 0.52 |
| Hex | 33 | E1 | 28 | 4D | 0 | 52 | C | 74 | 4C | 34 |
| Octal | 63 | 341 | 50 | 115 | 0 | 122 | 14 | 164 | 114 | 64 |
| Binary | 110011 | 11100001 | 101000 | 1001101 | 0 | 1010010 | 1100 | 1110100 | 1001100 | 110100 |
Color Harmonies of #33E128
Complementary color
Monochromatic Colors of #33E128
Black with #33E128
Text Example
Text Example
White with #33E128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E128; }
p { color: rgb(51,225,40); }
H1.HeaderClassName
{
color: #33E128;
}
.AnyTagClassName
{
color: #33E128;
}
</style>
background-color css
<style>
a { background-color: #33E128; }
a { background-color: rgb(51,225,40); }
div.DivClassName
{
background-color: #33E128;
}
.BgClassName
{
background-color: #33E128;
}
</style>
border-color css
<style>
span { border-color: #33E128; }
span { border-color: rgb(51,225,40); }
td.TdClassName
{
border-color: #33E128;
}
.TagClassName
{
border-color: #33E128;
}
</style>