Shades of Lime Green #2AD03D
Tints of Lime Green #2AD03D
RGB
CMYK
RGB Variations
Color information
#2AD03D (or 0x2AD03D) is known color: Lime Green. HEX triplet: 2A, D0 and 3D. RGB value is (42,208,61). Sum of RGB (Red+Green+Blue) = 42+208+61=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 208 (81.64% from 255 or 66.88% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD03D is #D52FC2. Grayscale: #8E8E8E. Windows color (decimal): -13971395 or 4050986. OLE color: 4050986.
HSL color Cylindrical-coordinate representation of color #2AD03D: hue angle of 126.87º 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 #2AD03D is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 61 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.18 |
| HSL | 126.87º | 0.66% | 0.49% | - |
| HSV(B) | 126.87º | 0.8% | 0.82% | - |
| XYZ | 24.35 | 45.94 | 12 | - |
| YUV | 141.61 | 82.5 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 61 | 0.80 | 0 | 0.71 | 0.18 | 126.87 | 0.66 | 0.49 |
| Hex | 2A | D0 | 3D | 50 | 0 | 47 | 12 | 7F | 42 | 31 |
| Octal | 52 | 320 | 75 | 120 | 0 | 107 | 22 | 177 | 102 | 61 |
| Binary | 101010 | 11010000 | 111101 | 1010000 | 0 | 1000111 | 10010 | 1111111 | 1000010 | 110001 |
Color Harmonies of #2AD03D
Complementary color
Monochromatic Colors of #2AD03D
Black with #2AD03D
Text Example
Text Example
White with #2AD03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD03D; }
p { color: rgb(42,208,61); }
H1.HeaderClassName
{
color: #2AD03D;
}
.AnyTagClassName
{
color: #2AD03D;
}
</style>
background-color css
<style>
a { background-color: #2AD03D; }
a { background-color: rgb(42,208,61); }
div.DivClassName
{
background-color: #2AD03D;
}
.BgClassName
{
background-color: #2AD03D;
}
</style>
border-color css
<style>
span { border-color: #2AD03D; }
span { border-color: rgb(42,208,61); }
td.TdClassName
{
border-color: #2AD03D;
}
.TagClassName
{
border-color: #2AD03D;
}
</style>