Shades of Lime Green #1AD130
Tints of Lime Green #1AD130
RGB
CMYK
RGB Variations
Color information
#1AD130 (or 0x1AD130) is known color: Lime Green. HEX triplet: 1A, D1 and 30. RGB value is (26,209,48). Sum of RGB (Red+Green+Blue) = 26+209+48=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 209 (82.03% from 255 or 73.85% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD130 is #E52ECF. Grayscale: #888888. Windows color (decimal): -15019728 or 3199258. OLE color: 3199258.
HSL color Cylindrical-coordinate representation of color #1AD130: hue angle of 127.21º 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 #1AD130 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 48 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.18 |
| HSL | 127.21º | 0.78% | 0.46% | - |
| HSV(B) | 127.21º | 0.88% | 0.82% | - |
| XYZ | 23.76 | 46.03 | 10.43 | - |
| YUV | 135.93 | 78.37 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 48 | 0.88 | 0 | 0.77 | 0.18 | 127.21 | 0.78 | 0.46 |
| Hex | 1A | D1 | 30 | 58 | 0 | 4D | 12 | 7F | 4E | 2E |
| Octal | 32 | 321 | 60 | 130 | 0 | 115 | 22 | 177 | 116 | 56 |
| Binary | 11010 | 11010001 | 110000 | 1011000 | 0 | 1001101 | 10010 | 1111111 | 1001110 | 101110 |
Color Harmonies of #1AD130
Complementary color
Monochromatic Colors of #1AD130
Black with #1AD130
Text Example
Text Example
White with #1AD130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD130; }
p { color: rgb(26,209,48); }
H1.HeaderClassName
{
color: #1AD130;
}
.AnyTagClassName
{
color: #1AD130;
}
</style>
background-color css
<style>
a { background-color: #1AD130; }
a { background-color: rgb(26,209,48); }
div.DivClassName
{
background-color: #1AD130;
}
.BgClassName
{
background-color: #1AD130;
}
</style>
border-color css
<style>
span { border-color: #1AD130; }
span { border-color: rgb(26,209,48); }
td.TdClassName
{
border-color: #1AD130;
}
.TagClassName
{
border-color: #1AD130;
}
</style>