Shades of Lime Green #1AD23B
Tints of Lime Green #1AD23B
RGB
CMYK
RGB Variations
Color information
#1AD23B (or 0x1AD23B) is known color: Lime Green. HEX triplet: 1A, D2 and 3B. RGB value is (26,210,59). Sum of RGB (Red+Green+Blue) = 26+210+59=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 210 (82.42% from 255 or 71.19% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD23B is #E52DC4. Grayscale: #8A8A8A. Windows color (decimal): -15019461 or 3920410. OLE color: 3920410.
HSL color Cylindrical-coordinate representation of color #1AD23B: hue angle of 130.76º 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 #1AD23B is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 59 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.18 |
| HSL | 130.76º | 0.78% | 0.46% | - |
| HSV(B) | 130.76º | 0.88% | 0.82% | - |
| XYZ | 24.26 | 46.63 | 11.86 | - |
| YUV | 137.77 | 83.54 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 59 | 0.88 | 0 | 0.72 | 0.18 | 130.76 | 0.78 | 0.46 |
| Hex | 1A | D2 | 3B | 58 | 0 | 48 | 12 | 83 | 4E | 2E |
| Octal | 32 | 322 | 73 | 130 | 0 | 110 | 22 | 203 | 116 | 56 |
| Binary | 11010 | 11010010 | 111011 | 1011000 | 0 | 1001000 | 10010 | 10000011 | 1001110 | 101110 |
Color Harmonies of #1AD23B
Complementary color
Monochromatic Colors of #1AD23B
Black with #1AD23B
Text Example
Text Example
White with #1AD23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD23B; }
p { color: rgb(26,210,59); }
H1.HeaderClassName
{
color: #1AD23B;
}
.AnyTagClassName
{
color: #1AD23B;
}
</style>
background-color css
<style>
a { background-color: #1AD23B; }
a { background-color: rgb(26,210,59); }
div.DivClassName
{
background-color: #1AD23B;
}
.BgClassName
{
background-color: #1AD23B;
}
</style>
border-color css
<style>
span { border-color: #1AD23B; }
span { border-color: rgb(26,210,59); }
td.TdClassName
{
border-color: #1AD23B;
}
.TagClassName
{
border-color: #1AD23B;
}
</style>