Shades of Lime Green #33E11B
Tints of Lime Green #33E11B
RGB
CMYK
RGB Variations
Color information
#33E11B (or 0x33E11B) is known color: Lime Green. HEX triplet: 33, E1 and 1B. RGB value is (51,225,27). Sum of RGB (Red+Green+Blue) = 51+225+27=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 225 (88.28% from 255 or 74.26% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 225 - color contains mainly: green. Hex color #33E11B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E11B is #CC1EE4. Grayscale: #979797. Windows color (decimal): -13377253 or 1827123. OLE color: 1827123.
HSL color Cylindrical-coordinate representation of color #33E11B: hue angle of 112.73º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33E11B is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 225 | 27 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.12 |
| HSL | 112.73º | 0.79% | 0.49% | - |
| HSV(B) | 112.73º | 0.88% | 0.88% | - |
| XYZ | 28.49 | 54.63 | 10.08 | - |
| YUV | 150.4 | 58.35 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 225 | 27 | 0.77 | 0 | 0.88 | 0.12 | 112.73 | 0.79 | 0.49 |
| Hex | 33 | E1 | 1B | 4D | 0 | 58 | C | 71 | 4F | 31 |
| Octal | 63 | 341 | 33 | 115 | 0 | 130 | 14 | 161 | 117 | 61 |
| Binary | 110011 | 11100001 | 11011 | 1001101 | 0 | 1011000 | 1100 | 1110001 | 1001111 | 110001 |
Color Harmonies of #33E11B
Complementary color
Monochromatic Colors of #33E11B
Black with #33E11B
Text Example
Text Example
White with #33E11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E11B; }
p { color: rgb(51,225,27); }
H1.HeaderClassName
{
color: #33E11B;
}
.AnyTagClassName
{
color: #33E11B;
}
</style>
background-color css
<style>
a { background-color: #33E11B; }
a { background-color: rgb(51,225,27); }
div.DivClassName
{
background-color: #33E11B;
}
.BgClassName
{
background-color: #33E11B;
}
</style>
border-color css
<style>
span { border-color: #33E11B; }
span { border-color: rgb(51,225,27); }
td.TdClassName
{
border-color: #33E11B;
}
.TagClassName
{
border-color: #33E11B;
}
</style>