Shades of Lime Green #33E933
Tints of Lime Green #33E933
RGB
CMYK
RGB Variations
Color information
#33E933 (or 0x33E933) is known color: Lime Green. HEX triplet: 33, E9 and 33. RGB value is (51,233,51). Sum of RGB (Red+Green+Blue) = 51+233+51=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 233 (91.41% from 255 or 69.55% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 233 - color contains mainly: green. Hex color #33E933 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33E933 is #CC16CC. Grayscale: #9E9E9E. Windows color (decimal): -13375181 or 3402035. OLE color: 3402035.
HSL color Cylindrical-coordinate representation of color #33E933: hue angle of 120º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E933 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 233 | 51 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.09 |
| HSL | 120º | 0.81% | 0.56% | - |
| HSV(B) | 120º | 0.78% | 0.91% | - |
| XYZ | 31.1 | 59.22 | 12.92 | - |
| YUV | 157.83 | 67.7 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 233 | 51 | 0.78 | 0 | 0.78 | 0.09 | 120 | 0.81 | 0.56 |
| Hex | 33 | E9 | 33 | 4E | 0 | 4E | 9 | 78 | 51 | 38 |
| Octal | 63 | 351 | 63 | 116 | 0 | 116 | 11 | 170 | 121 | 70 |
| Binary | 110011 | 11101001 | 110011 | 1001110 | 0 | 1001110 | 1001 | 1111000 | 1010001 | 111000 |
Color Harmonies of #33E933
Complementary color
Monochromatic Colors of #33E933
Black with #33E933
Text Example
Text Example
White with #33E933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E933; }
p { color: rgb(51,233,51); }
H1.HeaderClassName
{
color: #33E933;
}
.AnyTagClassName
{
color: #33E933;
}
</style>
background-color css
<style>
a { background-color: #33E933; }
a { background-color: rgb(51,233,51); }
div.DivClassName
{
background-color: #33E933;
}
.BgClassName
{
background-color: #33E933;
}
</style>
border-color css
<style>
span { border-color: #33E933; }
span { border-color: rgb(51,233,51); }
td.TdClassName
{
border-color: #33E933;
}
.TagClassName
{
border-color: #33E933;
}
</style>