Shades of Lime Green #33E32A
Tints of Lime Green #33E32A
RGB
CMYK
RGB Variations
Color information
#33E32A (or 0x33E32A) is known color: Lime Green. HEX triplet: 33, E3 and 2A. RGB value is (51,227,42). Sum of RGB (Red+Green+Blue) = 51+227+42=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 227 (89.06% from 255 or 70.94% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 227 - color contains mainly: green. Hex color #33E32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E32A is #CC1CD5. Grayscale: #999999. Windows color (decimal): -13376726 or 2810675. OLE color: 2810675.
HSL color Cylindrical-coordinate representation of color #33E32A: hue angle of 117.08º 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 #33E32A is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 227 | 42 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.11 |
| HSL | 117.08º | 0.77% | 0.53% | - |
| HSV(B) | 117.08º | 0.81% | 0.89% | - |
| XYZ | 29.25 | 55.81 | 11.42 | - |
| YUV | 153.29 | 65.19 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 227 | 42 | 0.78 | 0 | 0.81 | 0.11 | 117.08 | 0.77 | 0.53 |
| Hex | 33 | E3 | 2A | 4E | 0 | 51 | B | 75 | 4D | 35 |
| Octal | 63 | 343 | 52 | 116 | 0 | 121 | 13 | 165 | 115 | 65 |
| Binary | 110011 | 11100011 | 101010 | 1001110 | 0 | 1010001 | 1011 | 1110101 | 1001101 | 110101 |
Color Harmonies of #33E32A
Complementary color
Monochromatic Colors of #33E32A
Black with #33E32A
Text Example
Text Example
White with #33E32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E32A; }
p { color: rgb(51,227,42); }
H1.HeaderClassName
{
color: #33E32A;
}
.AnyTagClassName
{
color: #33E32A;
}
</style>
background-color css
<style>
a { background-color: #33E32A; }
a { background-color: rgb(51,227,42); }
div.DivClassName
{
background-color: #33E32A;
}
.BgClassName
{
background-color: #33E32A;
}
</style>
border-color css
<style>
span { border-color: #33E32A; }
span { border-color: rgb(51,227,42); }
td.TdClassName
{
border-color: #33E32A;
}
.TagClassName
{
border-color: #33E32A;
}
</style>