Shades of Lime Green #33E320
Tints of Lime Green #33E320
RGB
CMYK
RGB Variations
Color information
#33E320 (or 0x33E320) is known color: Lime Green. HEX triplet: 33, E3 and 20. RGB value is (51,227,32). Sum of RGB (Red+Green+Blue) = 51+227+32=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 227 (89.06% from 255 or 73.23% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 227 - color contains mainly: green. Hex color #33E320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E320 is #CC1CDF. Grayscale: #989898. Windows color (decimal): -13376736 or 2155315. OLE color: 2155315.
HSL color Cylindrical-coordinate representation of color #33E320: hue angle of 114.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33E320 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 227 | 32 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.11 |
| HSL | 114.15º | 0.78% | 0.51% | - |
| HSV(B) | 114.15º | 0.86% | 0.89% | - |
| XYZ | 29.1 | 55.75 | 10.59 | - |
| YUV | 152.15 | 60.19 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 227 | 32 | 0.78 | 0 | 0.86 | 0.11 | 114.15 | 0.78 | 0.51 |
| Hex | 33 | E3 | 20 | 4E | 0 | 56 | B | 72 | 4E | 33 |
| Octal | 63 | 343 | 40 | 116 | 0 | 126 | 13 | 162 | 116 | 63 |
| Binary | 110011 | 11100011 | 100000 | 1001110 | 0 | 1010110 | 1011 | 1110010 | 1001110 | 110011 |
Color Harmonies of #33E320
Complementary color
Monochromatic Colors of #33E320
Black with #33E320
Text Example
Text Example
White with #33E320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E320; }
p { color: rgb(51,227,32); }
H1.HeaderClassName
{
color: #33E320;
}
.AnyTagClassName
{
color: #33E320;
}
</style>
background-color css
<style>
a { background-color: #33E320; }
a { background-color: rgb(51,227,32); }
div.DivClassName
{
background-color: #33E320;
}
.BgClassName
{
background-color: #33E320;
}
</style>
border-color css
<style>
span { border-color: #33E320; }
span { border-color: rgb(51,227,32); }
td.TdClassName
{
border-color: #33E320;
}
.TagClassName
{
border-color: #33E320;
}
</style>