Shades of Lime Green #33B324
Tints of Lime Green #33B324
RGB
CMYK
RGB Variations
Color information
#33B324 (or 0x33B324) is known color: Lime Green. HEX triplet: 33, B3 and 24. RGB value is (51,179,36). Sum of RGB (Red+Green+Blue) = 51+179+36=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 179 (70.31% from 255 or 67.29% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 179 - color contains mainly: green. Hex color #33B324 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B324 is #CC4CDB. Grayscale: #7C7C7C. Windows color (decimal): -13389020 or 2405171. OLE color: 2405171.
HSL color Cylindrical-coordinate representation of color #33B324: hue angle of 113.71º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33B324 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 179 | 36 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.30 |
| HSL | 113.71º | 0.67% | 0.42% | - |
| HSV(B) | 113.71º | 0.8% | 0.7% | - |
| XYZ | 17.8 | 33.07 | 7.11 | - |
| YUV | 124.43 | 78.09 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 179 | 36 | 0.72 | 0 | 0.80 | 0.30 | 113.71 | 0.67 | 0.42 |
| Hex | 33 | B3 | 24 | 48 | 0 | 50 | 1E | 72 | 43 | 2A |
| Octal | 63 | 263 | 44 | 110 | 0 | 120 | 36 | 162 | 103 | 52 |
| Binary | 110011 | 10110011 | 100100 | 1001000 | 0 | 1010000 | 11110 | 1110010 | 1000011 | 101010 |
Color Harmonies of #33B324
Complementary color
Monochromatic Colors of #33B324
Black with #33B324
Text Example
Text Example
White with #33B324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B324; }
p { color: rgb(51,179,36); }
H1.HeaderClassName
{
color: #33B324;
}
.AnyTagClassName
{
color: #33B324;
}
</style>
background-color css
<style>
a { background-color: #33B324; }
a { background-color: rgb(51,179,36); }
div.DivClassName
{
background-color: #33B324;
}
.BgClassName
{
background-color: #33B324;
}
</style>
border-color css
<style>
span { border-color: #33B324; }
span { border-color: rgb(51,179,36); }
td.TdClassName
{
border-color: #33B324;
}
.TagClassName
{
border-color: #33B324;
}
</style>