Shades of Lime Green #33BA3A
Tints of Lime Green #33BA3A
RGB
CMYK
RGB Variations
Color information
#33BA3A (or 0x33BA3A) is known color: Lime Green. HEX triplet: 33, BA and 3A. RGB value is (51,186,58). Sum of RGB (Red+Green+Blue) = 51+186+58=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BA3A is #CC45C5. Grayscale: #838383. Windows color (decimal): -13387206 or 3848755. OLE color: 3848755.
HSL color Cylindrical-coordinate representation of color #33BA3A: hue angle of 123.11º 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 #33BA3A is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 186 | 58 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.27 |
| HSL | 123.11º | 0.57% | 0.46% | - |
| HSV(B) | 123.11º | 0.73% | 0.73% | - |
| XYZ | 19.69 | 36.13 | 9.94 | - |
| YUV | 131.04 | 86.77 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 58 | 0.73 | 0 | 0.69 | 0.27 | 123.11 | 0.57 | 0.46 |
| Hex | 33 | BA | 3A | 49 | 0 | 45 | 1B | 7B | 39 | 2E |
| Octal | 63 | 272 | 72 | 111 | 0 | 105 | 33 | 173 | 71 | 56 |
| Binary | 110011 | 10111010 | 111010 | 1001001 | 0 | 1000101 | 11011 | 1111011 | 111001 | 101110 |
Color Harmonies of #33BA3A
Complementary color
Monochromatic Colors of #33BA3A
Black with #33BA3A
Text Example
Text Example
White with #33BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BA3A; }
p { color: rgb(51,186,58); }
H1.HeaderClassName
{
color: #33BA3A;
}
.AnyTagClassName
{
color: #33BA3A;
}
</style>
background-color css
<style>
a { background-color: #33BA3A; }
a { background-color: rgb(51,186,58); }
div.DivClassName
{
background-color: #33BA3A;
}
.BgClassName
{
background-color: #33BA3A;
}
</style>
border-color css
<style>
span { border-color: #33BA3A; }
span { border-color: rgb(51,186,58); }
td.TdClassName
{
border-color: #33BA3A;
}
.TagClassName
{
border-color: #33BA3A;
}
</style>