Shades of Lime Green #33AD27
Tints of Lime Green #33AD27
RGB
CMYK
RGB Variations
Color information
#33AD27 (or 0x33AD27) is known color: Lime Green. HEX triplet: 33, AD and 27. RGB value is (51,173,39). Sum of RGB (Red+Green+Blue) = 51+173+39=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 173 (67.97% from 255 or 65.78% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 173 - color contains mainly: green. Hex color #33AD27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AD27 is #CC52D8. Grayscale: #797979. Windows color (decimal): -13390553 or 2600243. OLE color: 2600243.
HSL color Cylindrical-coordinate representation of color #33AD27: hue angle of 114.63º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33AD27 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 173 | 39 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.32 |
| HSL | 114.63º | 0.63% | 0.42% | - |
| HSV(B) | 114.63º | 0.77% | 0.68% | - |
| XYZ | 16.68 | 30.74 | 6.97 | - |
| YUV | 121.25 | 81.58 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 39 | 0.71 | 0 | 0.77 | 0.32 | 114.63 | 0.63 | 0.42 |
| Hex | 33 | AD | 27 | 47 | 0 | 4D | 20 | 73 | 3F | 2A |
| Octal | 63 | 255 | 47 | 107 | 0 | 115 | 40 | 163 | 77 | 52 |
| Binary | 110011 | 10101101 | 100111 | 1000111 | 0 | 1001101 | 100000 | 1110011 | 111111 | 101010 |
Color Harmonies of #33AD27
Complementary color
Monochromatic Colors of #33AD27
Black with #33AD27
Text Example
Text Example
White with #33AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AD27; }
p { color: rgb(51,173,39); }
H1.HeaderClassName
{
color: #33AD27;
}
.AnyTagClassName
{
color: #33AD27;
}
</style>
background-color css
<style>
a { background-color: #33AD27; }
a { background-color: rgb(51,173,39); }
div.DivClassName
{
background-color: #33AD27;
}
.BgClassName
{
background-color: #33AD27;
}
</style>
border-color css
<style>
span { border-color: #33AD27; }
span { border-color: rgb(51,173,39); }
td.TdClassName
{
border-color: #33AD27;
}
.TagClassName
{
border-color: #33AD27;
}
</style>