Shades of Lime Green #33BA45
Tints of Lime Green #33BA45
RGB
CMYK
RGB Variations
Color information
#33BA45 (or 0x33BA45) is known color: Lime Green. HEX triplet: 33, BA and 45. RGB value is (51,186,69). Sum of RGB (Red+Green+Blue) = 51+186+69=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BA45 is #CC45BA. Grayscale: #848484. Windows color (decimal): -13387195 or 4569651. OLE color: 4569651.
HSL color Cylindrical-coordinate representation of color #33BA45: hue angle of 128º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BA45 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 186 | 69 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.27 |
| HSL | 128º | 0.57% | 0.46% | - |
| HSV(B) | 128º | 0.73% | 0.73% | - |
| XYZ | 20 | 36.25 | 11.57 | - |
| YUV | 132.3 | 92.27 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 69 | 0.73 | 0 | 0.63 | 0.27 | 128 | 0.57 | 0.46 |
| Hex | 33 | BA | 45 | 49 | 0 | 3F | 1B | 80 | 39 | 2E |
| Octal | 63 | 272 | 105 | 111 | 0 | 77 | 33 | 200 | 71 | 56 |
| Binary | 110011 | 10111010 | 1000101 | 1001001 | 0 | 111111 | 11011 | 10000000 | 111001 | 101110 |
Color Harmonies of #33BA45
Complementary color
Monochromatic Colors of #33BA45
Black with #33BA45
Text Example
Text Example
White with #33BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BA45; }
p { color: rgb(51,186,69); }
H1.HeaderClassName
{
color: #33BA45;
}
.AnyTagClassName
{
color: #33BA45;
}
</style>
background-color css
<style>
a { background-color: #33BA45; }
a { background-color: rgb(51,186,69); }
div.DivClassName
{
background-color: #33BA45;
}
.BgClassName
{
background-color: #33BA45;
}
</style>
border-color css
<style>
span { border-color: #33BA45; }
span { border-color: rgb(51,186,69); }
td.TdClassName
{
border-color: #33BA45;
}
.TagClassName
{
border-color: #33BA45;
}
</style>