Shades of Lime Green #2AD02D
Tints of Lime Green #2AD02D
RGB
CMYK
RGB Variations
Color information
#2AD02D (or 0x2AD02D) is known color: Lime Green. HEX triplet: 2A, D0 and 2D. RGB value is (42,208,45). Sum of RGB (Red+Green+Blue) = 42+208+45=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 208 (81.64% from 255 or 70.51% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD02D is #D52FD2. Grayscale: #8C8C8C. Windows color (decimal): -13971411 or 3002410. OLE color: 3002410.
HSL color Cylindrical-coordinate representation of color #2AD02D: hue angle of 121.08º 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 #2AD02D is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 45 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.18 |
| HSL | 121.08º | 0.66% | 0.49% | - |
| HSV(B) | 121.08º | 0.8% | 0.82% | - |
| XYZ | 23.98 | 45.79 | 10.06 | - |
| YUV | 139.78 | 74.5 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 45 | 0.80 | 0 | 0.78 | 0.18 | 121.08 | 0.66 | 0.49 |
| Hex | 2A | D0 | 2D | 50 | 0 | 4E | 12 | 79 | 42 | 31 |
| Octal | 52 | 320 | 55 | 120 | 0 | 116 | 22 | 171 | 102 | 61 |
| Binary | 101010 | 11010000 | 101101 | 1010000 | 0 | 1001110 | 10010 | 1111001 | 1000010 | 110001 |
Color Harmonies of #2AD02D
Complementary color
Monochromatic Colors of #2AD02D
Black with #2AD02D
Text Example
Text Example
White with #2AD02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD02D; }
p { color: rgb(42,208,45); }
H1.HeaderClassName
{
color: #2AD02D;
}
.AnyTagClassName
{
color: #2AD02D;
}
</style>
background-color css
<style>
a { background-color: #2AD02D; }
a { background-color: rgb(42,208,45); }
div.DivClassName
{
background-color: #2AD02D;
}
.BgClassName
{
background-color: #2AD02D;
}
</style>
border-color css
<style>
span { border-color: #2AD02D; }
span { border-color: rgb(42,208,45); }
td.TdClassName
{
border-color: #2AD02D;
}
.TagClassName
{
border-color: #2AD02D;
}
</style>