Shades of Lime Green #33E32C
Tints of Lime Green #33E32C
RGB
CMYK
RGB Variations
Color information
#33E32C (or 0x33E32C) is known color: Lime Green. HEX triplet: 33, E3 and 2C. RGB value is (51,227,44). Sum of RGB (Red+Green+Blue) = 51+227+44=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 227 (89.06% from 255 or 70.50% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 227 - color contains mainly: green. Hex color #33E32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E32C is #CC1CD3. Grayscale: #9A9A9A. Windows color (decimal): -13376724 or 2941747. OLE color: 2941747.
HSL color Cylindrical-coordinate representation of color #33E32C: hue angle of 117.7º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33E32C is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 227 | 44 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.11 |
| HSL | 117.7º | 0.77% | 0.53% | - |
| HSV(B) | 117.7º | 0.81% | 0.89% | - |
| XYZ | 29.29 | 55.82 | 11.61 | - |
| YUV | 153.51 | 66.19 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 227 | 44 | 0.78 | 0 | 0.81 | 0.11 | 117.7 | 0.77 | 0.53 |
| Hex | 33 | E3 | 2C | 4E | 0 | 51 | B | 76 | 4D | 35 |
| Octal | 63 | 343 | 54 | 116 | 0 | 121 | 13 | 166 | 115 | 65 |
| Binary | 110011 | 11100011 | 101100 | 1001110 | 0 | 1010001 | 1011 | 1110110 | 1001101 | 110101 |
Color Harmonies of #33E32C
Complementary color
Monochromatic Colors of #33E32C
Black with #33E32C
Text Example
Text Example
White with #33E32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E32C; }
p { color: rgb(51,227,44); }
H1.HeaderClassName
{
color: #33E32C;
}
.AnyTagClassName
{
color: #33E32C;
}
</style>
background-color css
<style>
a { background-color: #33E32C; }
a { background-color: rgb(51,227,44); }
div.DivClassName
{
background-color: #33E32C;
}
.BgClassName
{
background-color: #33E32C;
}
</style>
border-color css
<style>
span { border-color: #33E32C; }
span { border-color: rgb(51,227,44); }
td.TdClassName
{
border-color: #33E32C;
}
.TagClassName
{
border-color: #33E32C;
}
</style>