Shades of Lime Green #33B543
Tints of Lime Green #33B543
RGB
CMYK
RGB Variations
Color information
#33B543 (or 0x33B543) is known color: Lime Green. HEX triplet: 33, B5 and 43. RGB value is (51,181,67). Sum of RGB (Red+Green+Blue) = 51+181+67=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 181 (71.09% from 255 or 60.54% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 181 - color contains mainly: green. Hex color #33B543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B543 is #CC4ABC. Grayscale: #818181. Windows color (decimal): -13388477 or 4437299. OLE color: 4437299.
HSL color Cylindrical-coordinate representation of color #33B543: hue angle of 127.38º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B543 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 181 | 67 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.29 |
| HSL | 127.38º | 0.56% | 0.45% | - |
| HSV(B) | 127.38º | 0.72% | 0.71% | - |
| XYZ | 18.9 | 34.16 | 10.91 | - |
| YUV | 129.13 | 92.93 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 181 | 67 | 0.72 | 0 | 0.63 | 0.29 | 127.38 | 0.56 | 0.45 |
| Hex | 33 | B5 | 43 | 48 | 0 | 3F | 1D | 7F | 38 | 2D |
| Octal | 63 | 265 | 103 | 110 | 0 | 77 | 35 | 177 | 70 | 55 |
| Binary | 110011 | 10110101 | 1000011 | 1001000 | 0 | 111111 | 11101 | 1111111 | 111000 | 101101 |
Color Harmonies of #33B543
Complementary color
Monochromatic Colors of #33B543
Black with #33B543
Text Example
Text Example
White with #33B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B543; }
p { color: rgb(51,181,67); }
H1.HeaderClassName
{
color: #33B543;
}
.AnyTagClassName
{
color: #33B543;
}
</style>
background-color css
<style>
a { background-color: #33B543; }
a { background-color: rgb(51,181,67); }
div.DivClassName
{
background-color: #33B543;
}
.BgClassName
{
background-color: #33B543;
}
</style>
border-color css
<style>
span { border-color: #33B543; }
span { border-color: rgb(51,181,67); }
td.TdClassName
{
border-color: #33B543;
}
.TagClassName
{
border-color: #33B543;
}
</style>