Shades of Lime Green #1AD538
Tints of Lime Green #1AD538
RGB
CMYK
RGB Variations
Color information
#1AD538 (or 0x1AD538) is known color: Lime Green. HEX triplet: 1A, D5 and 38. RGB value is (26,213,56). Sum of RGB (Red+Green+Blue) = 26+213+56=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 213 (83.59% from 255 or 72.20% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD538 is #E52AC7. Grayscale: #8B8B8B. Windows color (decimal): -15018696 or 3724570. OLE color: 3724570.
HSL color Cylindrical-coordinate representation of color #1AD538: hue angle of 129.63º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD538 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 56 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.16 |
| HSL | 129.63º | 0.78% | 0.47% | - |
| HSV(B) | 129.63º | 0.88% | 0.84% | - |
| XYZ | 24.93 | 48.09 | 11.71 | - |
| YUV | 139.19 | 81.05 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 56 | 0.88 | 0 | 0.74 | 0.16 | 129.63 | 0.78 | 0.47 |
| Hex | 1A | D5 | 38 | 58 | 0 | 4A | 10 | 82 | 4E | 2F |
| Octal | 32 | 325 | 70 | 130 | 0 | 112 | 20 | 202 | 116 | 57 |
| Binary | 11010 | 11010101 | 111000 | 1011000 | 0 | 1001010 | 10000 | 10000010 | 1001110 | 101111 |
Color Harmonies of #1AD538
Complementary color
Monochromatic Colors of #1AD538
Black with #1AD538
Text Example
Text Example
White with #1AD538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD538; }
p { color: rgb(26,213,56); }
H1.HeaderClassName
{
color: #1AD538;
}
.AnyTagClassName
{
color: #1AD538;
}
</style>
background-color css
<style>
a { background-color: #1AD538; }
a { background-color: rgb(26,213,56); }
div.DivClassName
{
background-color: #1AD538;
}
.BgClassName
{
background-color: #1AD538;
}
</style>
border-color css
<style>
span { border-color: #1AD538; }
span { border-color: rgb(26,213,56); }
td.TdClassName
{
border-color: #1AD538;
}
.TagClassName
{
border-color: #1AD538;
}
</style>