Shades of Lime Green #1AD23A
Tints of Lime Green #1AD23A
RGB
CMYK
RGB Variations
Color information
#1AD23A (or 0x1AD23A) is known color: Lime Green. HEX triplet: 1A, D2 and 3A. RGB value is (26,210,58). Sum of RGB (Red+Green+Blue) = 26+210+58=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 210 (82.42% from 255 or 71.43% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD23A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD23A is #E52DC5. Grayscale: #8A8A8A. Windows color (decimal): -15019462 or 3854874. OLE color: 3854874.
HSL color Cylindrical-coordinate representation of color #1AD23A: hue angle of 130.43º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD23A is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 58 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.18 |
| HSL | 130.43º | 0.78% | 0.46% | - |
| HSV(B) | 130.43º | 0.88% | 0.82% | - |
| XYZ | 24.24 | 46.62 | 11.72 | - |
| YUV | 137.66 | 83.04 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 58 | 0.88 | 0 | 0.72 | 0.18 | 130.43 | 0.78 | 0.46 |
| Hex | 1A | D2 | 3A | 58 | 0 | 48 | 12 | 82 | 4E | 2E |
| Octal | 32 | 322 | 72 | 130 | 0 | 110 | 22 | 202 | 116 | 56 |
| Binary | 11010 | 11010010 | 111010 | 1011000 | 0 | 1001000 | 10010 | 10000010 | 1001110 | 101110 |
Color Harmonies of #1AD23A
Complementary color
Monochromatic Colors of #1AD23A
Black with #1AD23A
Text Example
Text Example
White with #1AD23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD23A; }
p { color: rgb(26,210,58); }
H1.HeaderClassName
{
color: #1AD23A;
}
.AnyTagClassName
{
color: #1AD23A;
}
</style>
background-color css
<style>
a { background-color: #1AD23A; }
a { background-color: rgb(26,210,58); }
div.DivClassName
{
background-color: #1AD23A;
}
.BgClassName
{
background-color: #1AD23A;
}
</style>
border-color css
<style>
span { border-color: #1AD23A; }
span { border-color: rgb(26,210,58); }
td.TdClassName
{
border-color: #1AD23A;
}
.TagClassName
{
border-color: #1AD23A;
}
</style>