Shades of Lime Green #1AD323
Tints of Lime Green #1AD323
RGB
CMYK
RGB Variations
Color information
#1AD323 (or 0x1AD323) is known color: Lime Green. HEX triplet: 1A, D3 and 23. RGB value is (26,211,35). Sum of RGB (Red+Green+Blue) = 26+211+35=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 211 (82.81% from 255 or 77.57% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD323 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD323 is #E52CDC. Grayscale: #888888. Windows color (decimal): -15019229 or 2347802. OLE color: 2347802.
HSL color Cylindrical-coordinate representation of color #1AD323: hue angle of 122.92º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD323 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 35 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.17 |
| HSL | 122.92º | 0.78% | 0.46% | - |
| HSV(B) | 122.92º | 0.88% | 0.83% | - |
| XYZ | 24.02 | 46.93 | 9.38 | - |
| YUV | 135.62 | 71.21 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 35 | 0.88 | 0 | 0.83 | 0.17 | 122.92 | 0.78 | 0.46 |
| Hex | 1A | D3 | 23 | 58 | 0 | 53 | 11 | 7B | 4E | 2E |
| Octal | 32 | 323 | 43 | 130 | 0 | 123 | 21 | 173 | 116 | 56 |
| Binary | 11010 | 11010011 | 100011 | 1011000 | 0 | 1010011 | 10001 | 1111011 | 1001110 | 101110 |
Color Harmonies of #1AD323
Complementary color
Monochromatic Colors of #1AD323
Black with #1AD323
Text Example
Text Example
White with #1AD323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD323; }
p { color: rgb(26,211,35); }
H1.HeaderClassName
{
color: #1AD323;
}
.AnyTagClassName
{
color: #1AD323;
}
</style>
background-color css
<style>
a { background-color: #1AD323; }
a { background-color: rgb(26,211,35); }
div.DivClassName
{
background-color: #1AD323;
}
.BgClassName
{
background-color: #1AD323;
}
</style>
border-color css
<style>
span { border-color: #1AD323; }
span { border-color: rgb(26,211,35); }
td.TdClassName
{
border-color: #1AD323;
}
.TagClassName
{
border-color: #1AD323;
}
</style>