Shades of Lime Green #2AD534
Tints of Lime Green #2AD534
RGB
CMYK
RGB Variations
Color information
#2AD534 (or 0x2AD534) is known color: Lime Green. HEX triplet: 2A, D5 and 34. RGB value is (42,213,52). Sum of RGB (Red+Green+Blue) = 42+213+52=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 213 (83.59% from 255 or 69.38% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD534 is #D52ACB. Grayscale: #8F8F8F. Windows color (decimal): -13970124 or 3462442. OLE color: 3462442.
HSL color Cylindrical-coordinate representation of color #2AD534: hue angle of 123.51º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD534 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 52 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.16 |
| HSL | 123.51º | 0.67% | 0.5% | - |
| HSV(B) | 123.51º | 0.8% | 0.84% | - |
| XYZ | 25.37 | 48.33 | 11.24 | - |
| YUV | 143.52 | 76.35 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 52 | 0.80 | 0 | 0.76 | 0.16 | 123.51 | 0.67 | 0.5 |
| Hex | 2A | D5 | 34 | 50 | 0 | 4C | 10 | 7C | 43 | 32 |
| Octal | 52 | 325 | 64 | 120 | 0 | 114 | 20 | 174 | 103 | 62 |
| Binary | 101010 | 11010101 | 110100 | 1010000 | 0 | 1001100 | 10000 | 1111100 | 1000011 | 110010 |
Color Harmonies of #2AD534
Complementary color
Monochromatic Colors of #2AD534
Black with #2AD534
Text Example
Text Example
White with #2AD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD534; }
p { color: rgb(42,213,52); }
H1.HeaderClassName
{
color: #2AD534;
}
.AnyTagClassName
{
color: #2AD534;
}
</style>
background-color css
<style>
a { background-color: #2AD534; }
a { background-color: rgb(42,213,52); }
div.DivClassName
{
background-color: #2AD534;
}
.BgClassName
{
background-color: #2AD534;
}
</style>
border-color css
<style>
span { border-color: #2AD534; }
span { border-color: rgb(42,213,52); }
td.TdClassName
{
border-color: #2AD534;
}
.TagClassName
{
border-color: #2AD534;
}
</style>