Shades of Lime Green #2AD033
Tints of Lime Green #2AD033
RGB
CMYK
RGB Variations
Color information
#2AD033 (or 0x2AD033) is known color: Lime Green. HEX triplet: 2A, D0 and 33. RGB value is (42,208,51). Sum of RGB (Red+Green+Blue) = 42+208+51=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD033 is #D52FCC. Grayscale: #8C8C8C. Windows color (decimal): -13971405 or 3395626. OLE color: 3395626.
HSL color Cylindrical-coordinate representation of color #2AD033: hue angle of 123.25º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD033 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 51 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.18 |
| HSL | 123.25º | 0.66% | 0.49% | - |
| HSV(B) | 123.25º | 0.8% | 0.82% | - |
| XYZ | 24.11 | 45.84 | 10.71 | - |
| YUV | 140.47 | 77.5 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 51 | 0.80 | 0 | 0.75 | 0.18 | 123.25 | 0.66 | 0.49 |
| Hex | 2A | D0 | 33 | 50 | 0 | 4B | 12 | 7B | 42 | 31 |
| Octal | 52 | 320 | 63 | 120 | 0 | 113 | 22 | 173 | 102 | 61 |
| Binary | 101010 | 11010000 | 110011 | 1010000 | 0 | 1001011 | 10010 | 1111011 | 1000010 | 110001 |
Color Harmonies of #2AD033
Complementary color
Monochromatic Colors of #2AD033
Black with #2AD033
Text Example
Text Example
White with #2AD033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD033; }
p { color: rgb(42,208,51); }
H1.HeaderClassName
{
color: #2AD033;
}
.AnyTagClassName
{
color: #2AD033;
}
</style>
background-color css
<style>
a { background-color: #2AD033; }
a { background-color: rgb(42,208,51); }
div.DivClassName
{
background-color: #2AD033;
}
.BgClassName
{
background-color: #2AD033;
}
</style>
border-color css
<style>
span { border-color: #2AD033; }
span { border-color: rgb(42,208,51); }
td.TdClassName
{
border-color: #2AD033;
}
.TagClassName
{
border-color: #2AD033;
}
</style>