Shades of Lime Green #2AD830
Tints of Lime Green #2AD830
RGB
CMYK
RGB Variations
Color information
#2AD830 (or 0x2AD830) is known color: Lime Green. HEX triplet: 2A, D8 and 30. RGB value is (42,216,48). Sum of RGB (Red+Green+Blue) = 42+216+48=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 216 (84.77% from 255 or 70.59% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD830 is #D527CF. Grayscale: #919191. Windows color (decimal): -13969360 or 3201066. OLE color: 3201066.
HSL color Cylindrical-coordinate representation of color #2AD830: hue angle of 122.07º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD830 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 48 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.15 |
| HSL | 122.07º | 0.69% | 0.51% | - |
| HSV(B) | 122.07º | 0.81% | 0.85% | - |
| XYZ | 26.04 | 49.82 | 11.04 | - |
| YUV | 144.82 | 73.35 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 48 | 0.81 | 0 | 0.78 | 0.15 | 122.07 | 0.69 | 0.51 |
| Hex | 2A | D8 | 30 | 51 | 0 | 4E | F | 7A | 45 | 33 |
| Octal | 52 | 330 | 60 | 121 | 0 | 116 | 17 | 172 | 105 | 63 |
| Binary | 101010 | 11011000 | 110000 | 1010001 | 0 | 1001110 | 1111 | 1111010 | 1000101 | 110011 |
Color Harmonies of #2AD830
Complementary color
Monochromatic Colors of #2AD830
Black with #2AD830
Text Example
Text Example
White with #2AD830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD830; }
p { color: rgb(42,216,48); }
H1.HeaderClassName
{
color: #2AD830;
}
.AnyTagClassName
{
color: #2AD830;
}
</style>
background-color css
<style>
a { background-color: #2AD830; }
a { background-color: rgb(42,216,48); }
div.DivClassName
{
background-color: #2AD830;
}
.BgClassName
{
background-color: #2AD830;
}
</style>
border-color css
<style>
span { border-color: #2AD830; }
span { border-color: rgb(42,216,48); }
td.TdClassName
{
border-color: #2AD830;
}
.TagClassName
{
border-color: #2AD830;
}
</style>