Shades of Lime Green #33B326
Tints of Lime Green #33B326
RGB
CMYK
RGB Variations
Color information
#33B326 (or 0x33B326) is known color: Lime Green. HEX triplet: 33, B3 and 26. RGB value is (51,179,38). Sum of RGB (Red+Green+Blue) = 51+179+38=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 179 (70.31% from 255 or 66.79% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 179 - color contains mainly: green. Hex color #33B326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B326 is #CC4CD9. Grayscale: #7D7D7D. Windows color (decimal): -13389018 or 2536243. OLE color: 2536243.
HSL color Cylindrical-coordinate representation of color #33B326: hue angle of 114.47º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33B326 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 179 | 38 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.30 |
| HSL | 114.47º | 0.65% | 0.43% | - |
| HSV(B) | 114.47º | 0.79% | 0.7% | - |
| XYZ | 17.84 | 33.08 | 7.28 | - |
| YUV | 124.65 | 79.09 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 179 | 38 | 0.72 | 0 | 0.79 | 0.30 | 114.47 | 0.65 | 0.43 |
| Hex | 33 | B3 | 26 | 48 | 0 | 4F | 1E | 72 | 41 | 2B |
| Octal | 63 | 263 | 46 | 110 | 0 | 117 | 36 | 162 | 101 | 53 |
| Binary | 110011 | 10110011 | 100110 | 1001000 | 0 | 1001111 | 11110 | 1110010 | 1000001 | 101011 |
Color Harmonies of #33B326
Complementary color
Monochromatic Colors of #33B326
Black with #33B326
Text Example
Text Example
White with #33B326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B326; }
p { color: rgb(51,179,38); }
H1.HeaderClassName
{
color: #33B326;
}
.AnyTagClassName
{
color: #33B326;
}
</style>
background-color css
<style>
a { background-color: #33B326; }
a { background-color: rgb(51,179,38); }
div.DivClassName
{
background-color: #33B326;
}
.BgClassName
{
background-color: #33B326;
}
</style>
border-color css
<style>
span { border-color: #33B326; }
span { border-color: rgb(51,179,38); }
td.TdClassName
{
border-color: #33B326;
}
.TagClassName
{
border-color: #33B326;
}
</style>