Shades of Lime Green #33EE21
Tints of Lime Green #33EE21
RGB
CMYK
RGB Variations
Color information
#33EE21 (or 0x33EE21) is known color: Lime Green. HEX triplet: 33, EE and 21. RGB value is (51,238,33). Sum of RGB (Red+Green+Blue) = 51+238+33=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 238 (93.36% from 255 or 73.91% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 238 - color contains mainly: green. Hex color #33EE21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EE21 is #CC11DE. Grayscale: #9F9F9F. Windows color (decimal): -13373919 or 2223667. OLE color: 2223667.
HSL color Cylindrical-coordinate representation of color #33EE21: hue angle of 114.73º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33EE21 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 238 | 33 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.07 |
| HSL | 114.73º | 0.86% | 0.53% | - |
| HSV(B) | 114.73º | 0.86% | 0.93% | - |
| XYZ | 32.21 | 61.96 | 11.7 | - |
| YUV | 158.72 | 57.05 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 238 | 33 | 0.79 | 0 | 0.86 | 0.07 | 114.73 | 0.86 | 0.53 |
| Hex | 33 | EE | 21 | 4F | 0 | 56 | 7 | 73 | 56 | 35 |
| Octal | 63 | 356 | 41 | 117 | 0 | 126 | 7 | 163 | 126 | 65 |
| Binary | 110011 | 11101110 | 100001 | 1001111 | 0 | 1010110 | 111 | 1110011 | 1010110 | 110101 |
Color Harmonies of #33EE21
Complementary color
Monochromatic Colors of #33EE21
Black with #33EE21
Text Example
Text Example
White with #33EE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EE21; }
p { color: rgb(51,238,33); }
H1.HeaderClassName
{
color: #33EE21;
}
.AnyTagClassName
{
color: #33EE21;
}
</style>
background-color css
<style>
a { background-color: #33EE21; }
a { background-color: rgb(51,238,33); }
div.DivClassName
{
background-color: #33EE21;
}
.BgClassName
{
background-color: #33EE21;
}
</style>
border-color css
<style>
span { border-color: #33EE21; }
span { border-color: rgb(51,238,33); }
td.TdClassName
{
border-color: #33EE21;
}
.TagClassName
{
border-color: #33EE21;
}
</style>