Shades of Lime Green #33BB1E
Tints of Lime Green #33BB1E
RGB
CMYK
RGB Variations
Color information
#33BB1E (or 0x33BB1E) is known color: Lime Green. HEX triplet: 33, BB and 1E. RGB value is (51,187,30). Sum of RGB (Red+Green+Blue) = 51+187+30=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 187 (73.44% from 255 or 69.78% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 187 - color contains mainly: green. Hex color #33BB1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BB1E is #CC44E1. Grayscale: #808080. Windows color (decimal): -13386978 or 2014003. OLE color: 2014003.
HSL color Cylindrical-coordinate representation of color #33BB1E: hue angle of 111.97º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33BB1E is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 187 | 30 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.27 |
| HSL | 111.97º | 0.72% | 0.43% | - |
| HSV(B) | 111.97º | 0.84% | 0.73% | - |
| XYZ | 19.37 | 36.34 | 7.22 | - |
| YUV | 128.44 | 72.44 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 187 | 30 | 0.73 | 0 | 0.84 | 0.27 | 111.97 | 0.72 | 0.43 |
| Hex | 33 | BB | 1E | 49 | 0 | 54 | 1B | 70 | 48 | 2B |
| Octal | 63 | 273 | 36 | 111 | 0 | 124 | 33 | 160 | 110 | 53 |
| Binary | 110011 | 10111011 | 11110 | 1001001 | 0 | 1010100 | 11011 | 1110000 | 1001000 | 101011 |
Color Harmonies of #33BB1E
Complementary color
Monochromatic Colors of #33BB1E
Black with #33BB1E
Text Example
Text Example
White with #33BB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BB1E; }
p { color: rgb(51,187,30); }
H1.HeaderClassName
{
color: #33BB1E;
}
.AnyTagClassName
{
color: #33BB1E;
}
</style>
background-color css
<style>
a { background-color: #33BB1E; }
a { background-color: rgb(51,187,30); }
div.DivClassName
{
background-color: #33BB1E;
}
.BgClassName
{
background-color: #33BB1E;
}
</style>
border-color css
<style>
span { border-color: #33BB1E; }
span { border-color: rgb(51,187,30); }
td.TdClassName
{
border-color: #33BB1E;
}
.TagClassName
{
border-color: #33BB1E;
}
</style>