Shades of Lime Green #33AB30
Tints of Lime Green #33AB30
RGB
CMYK
RGB Variations
Color information
#33AB30 (or 0x33AB30) is known color: Lime Green. HEX triplet: 33, AB and 30. RGB value is (51,171,48). Sum of RGB (Red+Green+Blue) = 51+171+48=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 171 (67.19% from 255 or 63.33% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 171 - color contains mainly: green. Hex color #33AB30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AB30 is #CC54CF. Grayscale: #797979. Windows color (decimal): -13391056 or 3189555. OLE color: 3189555.
HSL color Cylindrical-coordinate representation of color #33AB30: hue angle of 118.54º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33AB30 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 171 | 48 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.33 |
| HSL | 118.54º | 0.56% | 0.43% | - |
| HSV(B) | 118.54º | 0.72% | 0.67% | - |
| XYZ | 16.46 | 30.04 | 7.73 | - |
| YUV | 121.1 | 86.74 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 171 | 48 | 0.70 | 0 | 0.72 | 0.33 | 118.54 | 0.56 | 0.43 |
| Hex | 33 | AB | 30 | 46 | 0 | 48 | 21 | 77 | 38 | 2B |
| Octal | 63 | 253 | 60 | 106 | 0 | 110 | 41 | 167 | 70 | 53 |
| Binary | 110011 | 10101011 | 110000 | 1000110 | 0 | 1001000 | 100001 | 1110111 | 111000 | 101011 |
Color Harmonies of #33AB30
Complementary color
Monochromatic Colors of #33AB30
Black with #33AB30
Text Example
Text Example
White with #33AB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AB30; }
p { color: rgb(51,171,48); }
H1.HeaderClassName
{
color: #33AB30;
}
.AnyTagClassName
{
color: #33AB30;
}
</style>
background-color css
<style>
a { background-color: #33AB30; }
a { background-color: rgb(51,171,48); }
div.DivClassName
{
background-color: #33AB30;
}
.BgClassName
{
background-color: #33AB30;
}
</style>
border-color css
<style>
span { border-color: #33AB30; }
span { border-color: rgb(51,171,48); }
td.TdClassName
{
border-color: #33AB30;
}
.TagClassName
{
border-color: #33AB30;
}
</style>