Shades of Lime Green #33BB40
Tints of Lime Green #33BB40
RGB
CMYK
RGB Variations
Color information
#33BB40 (or 0x33BB40) is known color: Lime Green. HEX triplet: 33, BB and 40. RGB value is (51,187,64). Sum of RGB (Red+Green+Blue) = 51+187+64=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 187 (73.44% from 255 or 61.92% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 187 - color contains mainly: green. Hex color #33BB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BB40 is #CC44BF. Grayscale: #848484. Windows color (decimal): -13386944 or 4242227. OLE color: 4242227.
HSL color Cylindrical-coordinate representation of color #33BB40: hue angle of 125.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BB40 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 187 | 64 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.27 |
| HSL | 125.74º | 0.57% | 0.47% | - |
| HSV(B) | 125.74º | 0.73% | 0.73% | - |
| XYZ | 20.06 | 36.61 | 10.86 | - |
| YUV | 132.31 | 89.44 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 187 | 64 | 0.73 | 0 | 0.66 | 0.27 | 125.74 | 0.57 | 0.47 |
| Hex | 33 | BB | 40 | 49 | 0 | 42 | 1B | 7E | 39 | 2F |
| Octal | 63 | 273 | 100 | 111 | 0 | 102 | 33 | 176 | 71 | 57 |
| Binary | 110011 | 10111011 | 1000000 | 1001001 | 0 | 1000010 | 11011 | 1111110 | 111001 | 101111 |
Color Harmonies of #33BB40
Complementary color
Monochromatic Colors of #33BB40
Black with #33BB40
Text Example
Text Example
White with #33BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BB40; }
p { color: rgb(51,187,64); }
H1.HeaderClassName
{
color: #33BB40;
}
.AnyTagClassName
{
color: #33BB40;
}
</style>
background-color css
<style>
a { background-color: #33BB40; }
a { background-color: rgb(51,187,64); }
div.DivClassName
{
background-color: #33BB40;
}
.BgClassName
{
background-color: #33BB40;
}
</style>
border-color css
<style>
span { border-color: #33BB40; }
span { border-color: rgb(51,187,64); }
td.TdClassName
{
border-color: #33BB40;
}
.TagClassName
{
border-color: #33BB40;
}
</style>