Shades of Lime Green #2AD930
Tints of Lime Green #2AD930
RGB
CMYK
RGB Variations
Color information
#2AD930 (or 0x2AD930) is known color: Lime Green. HEX triplet: 2A, D9 and 30. RGB value is (42,217,48). Sum of RGB (Red+Green+Blue) = 42+217+48=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 217 (85.16% from 255 or 70.68% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD930 is #D526CF. Grayscale: #919191. Windows color (decimal): -13969104 or 3201322. OLE color: 3201322.
HSL color Cylindrical-coordinate representation of color #2AD930: hue angle of 122.06º degrees, saturation: 0.7, 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 #2AD930 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 48 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.15 |
| HSL | 122.06º | 0.7% | 0.51% | - |
| HSV(B) | 122.06º | 0.81% | 0.85% | - |
| XYZ | 26.3 | 50.33 | 11.13 | - |
| YUV | 145.41 | 73.02 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 48 | 0.81 | 0 | 0.78 | 0.15 | 122.06 | 0.7 | 0.51 |
| Hex | 2A | D9 | 30 | 51 | 0 | 4E | F | 7A | 46 | 33 |
| Octal | 52 | 331 | 60 | 121 | 0 | 116 | 17 | 172 | 106 | 63 |
| Binary | 101010 | 11011001 | 110000 | 1010001 | 0 | 1001110 | 1111 | 1111010 | 1000110 | 110011 |
Color Harmonies of #2AD930
Complementary color
Monochromatic Colors of #2AD930
Black with #2AD930
Text Example
Text Example
White with #2AD930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD930; }
p { color: rgb(42,217,48); }
H1.HeaderClassName
{
color: #2AD930;
}
.AnyTagClassName
{
color: #2AD930;
}
</style>
background-color css
<style>
a { background-color: #2AD930; }
a { background-color: rgb(42,217,48); }
div.DivClassName
{
background-color: #2AD930;
}
.BgClassName
{
background-color: #2AD930;
}
</style>
border-color css
<style>
span { border-color: #2AD930; }
span { border-color: rgb(42,217,48); }
td.TdClassName
{
border-color: #2AD930;
}
.TagClassName
{
border-color: #2AD930;
}
</style>