Shades of Lime Green #2AD01D
Tints of Lime Green #2AD01D
RGB
CMYK
RGB Variations
Color information
#2AD01D (or 0x2AD01D) is known color: Lime Green. HEX triplet: 2A, D0 and 1D. RGB value is (42,208,29). Sum of RGB (Red+Green+Blue) = 42+208+29=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 208 (81.64% from 255 or 74.55% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD01D is #D52FE2. Grayscale: #8A8A8A. Windows color (decimal): -13971427 or 1953834. OLE color: 1953834.
HSL color Cylindrical-coordinate representation of color #2AD01D: hue angle of 115.64º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AD01D is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 29 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.18 |
| HSL | 115.64º | 0.76% | 0.46% | - |
| HSV(B) | 115.64º | 0.86% | 0.82% | - |
| XYZ | 23.73 | 45.69 | 8.73 | - |
| YUV | 137.96 | 66.5 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 29 | 0.80 | 0 | 0.86 | 0.18 | 115.64 | 0.76 | 0.46 |
| Hex | 2A | D0 | 1D | 50 | 0 | 56 | 12 | 74 | 4C | 2E |
| Octal | 52 | 320 | 35 | 120 | 0 | 126 | 22 | 164 | 114 | 56 |
| Binary | 101010 | 11010000 | 11101 | 1010000 | 0 | 1010110 | 10010 | 1110100 | 1001100 | 101110 |
Color Harmonies of #2AD01D
Complementary color
Monochromatic Colors of #2AD01D
Black with #2AD01D
Text Example
Text Example
White with #2AD01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD01D; }
p { color: rgb(42,208,29); }
H1.HeaderClassName
{
color: #2AD01D;
}
.AnyTagClassName
{
color: #2AD01D;
}
</style>
background-color css
<style>
a { background-color: #2AD01D; }
a { background-color: rgb(42,208,29); }
div.DivClassName
{
background-color: #2AD01D;
}
.BgClassName
{
background-color: #2AD01D;
}
</style>
border-color css
<style>
span { border-color: #2AD01D; }
span { border-color: rgb(42,208,29); }
td.TdClassName
{
border-color: #2AD01D;
}
.TagClassName
{
border-color: #2AD01D;
}
</style>