Shades of Lime Green #33BA42
Tints of Lime Green #33BA42
RGB
CMYK
RGB Variations
Color information
#33BA42 (or 0x33BA42) is known color: Lime Green. HEX triplet: 33, BA and 42. RGB value is (51,186,66). Sum of RGB (Red+Green+Blue) = 51+186+66=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BA42 is #CC45BD. Grayscale: #848484. Windows color (decimal): -13387198 or 4373043. OLE color: 4373043.
HSL color Cylindrical-coordinate representation of color #33BA42: hue angle of 126.67º 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 #33BA42 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 186 | 66 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.27 |
| HSL | 126.67º | 0.57% | 0.46% | - |
| HSV(B) | 126.67º | 0.73% | 0.73% | - |
| XYZ | 19.91 | 36.21 | 11.1 | - |
| YUV | 131.96 | 90.77 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 66 | 0.73 | 0 | 0.65 | 0.27 | 126.67 | 0.57 | 0.46 |
| Hex | 33 | BA | 42 | 49 | 0 | 41 | 1B | 7F | 39 | 2E |
| Octal | 63 | 272 | 102 | 111 | 0 | 101 | 33 | 177 | 71 | 56 |
| Binary | 110011 | 10111010 | 1000010 | 1001001 | 0 | 1000001 | 11011 | 1111111 | 111001 | 101110 |
Color Harmonies of #33BA42
Complementary color
Monochromatic Colors of #33BA42
Black with #33BA42
Text Example
Text Example
White with #33BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BA42; }
p { color: rgb(51,186,66); }
H1.HeaderClassName
{
color: #33BA42;
}
.AnyTagClassName
{
color: #33BA42;
}
</style>
background-color css
<style>
a { background-color: #33BA42; }
a { background-color: rgb(51,186,66); }
div.DivClassName
{
background-color: #33BA42;
}
.BgClassName
{
background-color: #33BA42;
}
</style>
border-color css
<style>
span { border-color: #33BA42; }
span { border-color: rgb(51,186,66); }
td.TdClassName
{
border-color: #33BA42;
}
.TagClassName
{
border-color: #33BA42;
}
</style>