Shades of Lime Green #2AD317
Tints of Lime Green #2AD317
RGB
CMYK
RGB Variations
Color information
#2AD317 (or 0x2AD317) is known color: Lime Green. HEX triplet: 2A, D3 and 17. RGB value is (42,211,23). Sum of RGB (Red+Green+Blue) = 42+211+23=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 211 (82.81% from 255 or 76.45% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 211 - color contains mainly: green. Hex color #2AD317 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD317 is #D52CE8. Grayscale: #8B8B8B. Windows color (decimal): -13970665 or 1561386. OLE color: 1561386.
HSL color Cylindrical-coordinate representation of color #2AD317: hue angle of 113.94º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AD317 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 211 | 23 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.17 |
| HSL | 113.94º | 0.8% | 0.46% | - |
| HSV(B) | 113.94º | 0.89% | 0.83% | - |
| XYZ | 24.4 | 47.14 | 8.62 | - |
| YUV | 139.04 | 62.51 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 211 | 23 | 0.80 | 0 | 0.89 | 0.17 | 113.94 | 0.8 | 0.46 |
| Hex | 2A | D3 | 17 | 50 | 0 | 59 | 11 | 72 | 50 | 2E |
| Octal | 52 | 323 | 27 | 120 | 0 | 131 | 21 | 162 | 120 | 56 |
| Binary | 101010 | 11010011 | 10111 | 1010000 | 0 | 1011001 | 10001 | 1110010 | 1010000 | 101110 |
Color Harmonies of #2AD317
Complementary color
Monochromatic Colors of #2AD317
Black with #2AD317
Text Example
Text Example
White with #2AD317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD317; }
p { color: rgb(42,211,23); }
H1.HeaderClassName
{
color: #2AD317;
}
.AnyTagClassName
{
color: #2AD317;
}
</style>
background-color css
<style>
a { background-color: #2AD317; }
a { background-color: rgb(42,211,23); }
div.DivClassName
{
background-color: #2AD317;
}
.BgClassName
{
background-color: #2AD317;
}
</style>
border-color css
<style>
span { border-color: #2AD317; }
span { border-color: rgb(42,211,23); }
td.TdClassName
{
border-color: #2AD317;
}
.TagClassName
{
border-color: #2AD317;
}
</style>