Shades of Lime Green #2AD734
Tints of Lime Green #2AD734
RGB
CMYK
RGB Variations
Color information
#2AD734 (or 0x2AD734) is known color: Lime Green. HEX triplet: 2A, D7 and 34. RGB value is (42,215,52). Sum of RGB (Red+Green+Blue) = 42+215+52=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 215 (84.38% from 255 or 69.58% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD734 is #D528CB. Grayscale: #919191. Windows color (decimal): -13969612 or 3462954. OLE color: 3462954.
HSL color Cylindrical-coordinate representation of color #2AD734: hue angle of 123.47º degrees, saturation: 0.68, 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 #2AD734 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 52 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.16 |
| HSL | 123.47º | 0.68% | 0.5% | - |
| HSV(B) | 123.47º | 0.8% | 0.84% | - |
| XYZ | 25.88 | 49.34 | 11.41 | - |
| YUV | 144.69 | 75.69 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 52 | 0.80 | 0 | 0.76 | 0.16 | 123.47 | 0.68 | 0.5 |
| Hex | 2A | D7 | 34 | 50 | 0 | 4C | 10 | 7B | 44 | 32 |
| Octal | 52 | 327 | 64 | 120 | 0 | 114 | 20 | 173 | 104 | 62 |
| Binary | 101010 | 11010111 | 110100 | 1010000 | 0 | 1001100 | 10000 | 1111011 | 1000100 | 110010 |
Color Harmonies of #2AD734
Complementary color
Monochromatic Colors of #2AD734
Black with #2AD734
Text Example
Text Example
White with #2AD734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD734; }
p { color: rgb(42,215,52); }
H1.HeaderClassName
{
color: #2AD734;
}
.AnyTagClassName
{
color: #2AD734;
}
</style>
background-color css
<style>
a { background-color: #2AD734; }
a { background-color: rgb(42,215,52); }
div.DivClassName
{
background-color: #2AD734;
}
.BgClassName
{
background-color: #2AD734;
}
</style>
border-color css
<style>
span { border-color: #2AD734; }
span { border-color: rgb(42,215,52); }
td.TdClassName
{
border-color: #2AD734;
}
.TagClassName
{
border-color: #2AD734;
}
</style>