Shades of Lime Green #33AC2A
Tints of Lime Green #33AC2A
RGB
CMYK
RGB Variations
Color information
#33AC2A (or 0x33AC2A) is known color: Lime Green. HEX triplet: 33, AC and 2A. RGB value is (51,172,42). Sum of RGB (Red+Green+Blue) = 51+172+42=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #33AC2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AC2A is #CC53D5. Grayscale: #797979. Windows color (decimal): -13390806 or 2796595. OLE color: 2796595.
HSL color Cylindrical-coordinate representation of color #33AC2A: hue angle of 115.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33AC2A is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 172 | 42 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.33 |
| HSL | 115.85º | 0.61% | 0.42% | - |
| HSV(B) | 115.85º | 0.76% | 0.67% | - |
| XYZ | 16.54 | 30.38 | 7.18 | - |
| YUV | 121 | 83.41 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 172 | 42 | 0.70 | 0 | 0.76 | 0.33 | 115.85 | 0.61 | 0.42 |
| Hex | 33 | AC | 2A | 46 | 0 | 4C | 21 | 74 | 3D | 2A |
| Octal | 63 | 254 | 52 | 106 | 0 | 114 | 41 | 164 | 75 | 52 |
| Binary | 110011 | 10101100 | 101010 | 1000110 | 0 | 1001100 | 100001 | 1110100 | 111101 | 101010 |
Color Harmonies of #33AC2A
Complementary color
Monochromatic Colors of #33AC2A
Black with #33AC2A
Text Example
Text Example
White with #33AC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AC2A; }
p { color: rgb(51,172,42); }
H1.HeaderClassName
{
color: #33AC2A;
}
.AnyTagClassName
{
color: #33AC2A;
}
</style>
background-color css
<style>
a { background-color: #33AC2A; }
a { background-color: rgb(51,172,42); }
div.DivClassName
{
background-color: #33AC2A;
}
.BgClassName
{
background-color: #33AC2A;
}
</style>
border-color css
<style>
span { border-color: #33AC2A; }
span { border-color: rgb(51,172,42); }
td.TdClassName
{
border-color: #33AC2A;
}
.TagClassName
{
border-color: #33AC2A;
}
</style>