Shades of Lime Green #33B424
Tints of Lime Green #33B424
RGB
CMYK
RGB Variations
Color information
#33B424 (or 0x33B424) is known color: Lime Green. HEX triplet: 33, B4 and 24. RGB value is (51,180,36). Sum of RGB (Red+Green+Blue) = 51+180+36=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 180 (70.70% from 255 or 67.42% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 180 - color contains mainly: green. Hex color #33B424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B424 is #CC4BDB. Grayscale: #7D7D7D. Windows color (decimal): -13388764 or 2405427. OLE color: 2405427.
HSL color Cylindrical-coordinate representation of color #33B424: hue angle of 113.75º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33B424 is Cyan = 0.72, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 180 | 36 | - |
| CMYK | 0.72 | 0 | 0.8 | 0.29 |
| HSL | 113.75º | 0.67% | 0.42% | - |
| HSV(B) | 113.75º | 0.8% | 0.71% | - |
| XYZ | 18 | 33.47 | 7.18 | - |
| YUV | 125.01 | 77.76 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 180 | 36 | 0.72 | 0 | 0.8 | 0.29 | 113.75 | 0.67 | 0.42 |
| Hex | 33 | B4 | 24 | 48 | 0 | 50 | 1D | 72 | 43 | 2A |
| Octal | 63 | 264 | 44 | 110 | 0 | 120 | 35 | 162 | 103 | 52 |
| Binary | 110011 | 10110100 | 100100 | 1001000 | 0 | 1010000 | 11101 | 1110010 | 1000011 | 101010 |
Color Harmonies of #33B424
Complementary color
Monochromatic Colors of #33B424
Black with #33B424
Text Example
Text Example
White with #33B424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B424; }
p { color: rgb(51,180,36); }
H1.HeaderClassName
{
color: #33B424;
}
.AnyTagClassName
{
color: #33B424;
}
</style>
background-color css
<style>
a { background-color: #33B424; }
a { background-color: rgb(51,180,36); }
div.DivClassName
{
background-color: #33B424;
}
.BgClassName
{
background-color: #33B424;
}
</style>
border-color css
<style>
span { border-color: #33B424; }
span { border-color: rgb(51,180,36); }
td.TdClassName
{
border-color: #33B424;
}
.TagClassName
{
border-color: #33B424;
}
</style>