Shades of Lime Green #33AD33
Tints of Lime Green #33AD33
RGB
CMYK
RGB Variations
Color information
#33AD33 (or 0x33AD33) is known color: Lime Green. HEX triplet: 33, AD and 33. RGB value is (51,173,51). Sum of RGB (Red+Green+Blue) = 51+173+51=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 173 (67.97% from 255 or 62.91% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 173 - color contains mainly: green. Hex color #33AD33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AD33 is #CC52CC. Grayscale: #7A7A7A. Windows color (decimal): -13390541 or 3386675. OLE color: 3386675.
HSL color Cylindrical-coordinate representation of color #33AD33: hue angle of 120º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AD33 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 173 | 51 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.32 |
| HSL | 120º | 0.54% | 0.44% | - |
| HSV(B) | 120º | 0.71% | 0.68% | - |
| XYZ | 16.91 | 30.83 | 8.19 | - |
| YUV | 122.61 | 87.58 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 51 | 0.71 | 0 | 0.71 | 0.32 | 120 | 0.54 | 0.44 |
| Hex | 33 | AD | 33 | 47 | 0 | 47 | 20 | 78 | 36 | 2C |
| Octal | 63 | 255 | 63 | 107 | 0 | 107 | 40 | 170 | 66 | 54 |
| Binary | 110011 | 10101101 | 110011 | 1000111 | 0 | 1000111 | 100000 | 1111000 | 110110 | 101100 |
Color Harmonies of #33AD33
Complementary color
Monochromatic Colors of #33AD33
Black with #33AD33
Text Example
Text Example
White with #33AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AD33; }
p { color: rgb(51,173,51); }
H1.HeaderClassName
{
color: #33AD33;
}
.AnyTagClassName
{
color: #33AD33;
}
</style>
background-color css
<style>
a { background-color: #33AD33; }
a { background-color: rgb(51,173,51); }
div.DivClassName
{
background-color: #33AD33;
}
.BgClassName
{
background-color: #33AD33;
}
</style>
border-color css
<style>
span { border-color: #33AD33; }
span { border-color: rgb(51,173,51); }
td.TdClassName
{
border-color: #33AD33;
}
.TagClassName
{
border-color: #33AD33;
}
</style>