Shades of Lime Green #33EC32
Tints of Lime Green #33EC32
RGB
CMYK
RGB Variations
Color information
#33EC32 (or 0x33EC32) is known color: Lime Green. HEX triplet: 33, EC and 32. RGB value is (51,236,50). Sum of RGB (Red+Green+Blue) = 51+236+50=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 236 (92.58% from 255 or 70.03% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 236 - color contains mainly: green. Hex color #33EC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EC32 is #CC13CD. Grayscale: #A0A0A0. Windows color (decimal): -13374414 or 3337267. OLE color: 3337267.
HSL color Cylindrical-coordinate representation of color #33EC32: hue angle of 119.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EC32 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 236 | 50 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.07 |
| HSL | 119.68º | 0.83% | 0.56% | - |
| HSV(B) | 119.68º | 0.79% | 0.93% | - |
| XYZ | 31.94 | 60.93 | 13.09 | - |
| YUV | 159.48 | 66.21 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 236 | 50 | 0.78 | 0 | 0.79 | 0.07 | 119.68 | 0.83 | 0.56 |
| Hex | 33 | EC | 32 | 4E | 0 | 4F | 7 | 78 | 53 | 38 |
| Octal | 63 | 354 | 62 | 116 | 0 | 117 | 7 | 170 | 123 | 70 |
| Binary | 110011 | 11101100 | 110010 | 1001110 | 0 | 1001111 | 111 | 1111000 | 1010011 | 111000 |
Color Harmonies of #33EC32
Complementary color
Monochromatic Colors of #33EC32
Black with #33EC32
Text Example
Text Example
White with #33EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EC32; }
p { color: rgb(51,236,50); }
H1.HeaderClassName
{
color: #33EC32;
}
.AnyTagClassName
{
color: #33EC32;
}
</style>
background-color css
<style>
a { background-color: #33EC32; }
a { background-color: rgb(51,236,50); }
div.DivClassName
{
background-color: #33EC32;
}
.BgClassName
{
background-color: #33EC32;
}
</style>
border-color css
<style>
span { border-color: #33EC32; }
span { border-color: rgb(51,236,50); }
td.TdClassName
{
border-color: #33EC32;
}
.TagClassName
{
border-color: #33EC32;
}
</style>