Shades of Lime Green #33B024
Tints of Lime Green #33B024
RGB
CMYK
RGB Variations
Color information
#33B024 (or 0x33B024) is known color: Lime Green. HEX triplet: 33, B0 and 24. RGB value is (51,176,36). Sum of RGB (Red+Green+Blue) = 51+176+36=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 176 (69.14% from 255 or 66.92% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 176 - color contains mainly: green. Hex color #33B024 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33B024 is #CC4FDB. Grayscale: #7B7B7B. Windows color (decimal): -13389788 or 2404403. OLE color: 2404403.
HSL color Cylindrical-coordinate representation of color #33B024: hue angle of 113.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33B024 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 176 | 36 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.31 |
| HSL | 113.57º | 0.66% | 0.42% | - |
| HSV(B) | 113.57º | 0.8% | 0.69% | - |
| XYZ | 17.21 | 31.88 | 6.92 | - |
| YUV | 122.67 | 79.09 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 176 | 36 | 0.71 | 0 | 0.80 | 0.31 | 113.57 | 0.66 | 0.42 |
| Hex | 33 | B0 | 24 | 47 | 0 | 50 | 1F | 72 | 42 | 2A |
| Octal | 63 | 260 | 44 | 107 | 0 | 120 | 37 | 162 | 102 | 52 |
| Binary | 110011 | 10110000 | 100100 | 1000111 | 0 | 1010000 | 11111 | 1110010 | 1000010 | 101010 |
Color Harmonies of #33B024
Complementary color
Monochromatic Colors of #33B024
Black with #33B024
Text Example
Text Example
White with #33B024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B024; }
p { color: rgb(51,176,36); }
H1.HeaderClassName
{
color: #33B024;
}
.AnyTagClassName
{
color: #33B024;
}
</style>
background-color css
<style>
a { background-color: #33B024; }
a { background-color: rgb(51,176,36); }
div.DivClassName
{
background-color: #33B024;
}
.BgClassName
{
background-color: #33B024;
}
</style>
border-color css
<style>
span { border-color: #33B024; }
span { border-color: rgb(51,176,36); }
td.TdClassName
{
border-color: #33B024;
}
.TagClassName
{
border-color: #33B024;
}
</style>