Shades of Lime Green #1AD41B
Tints of Lime Green #1AD41B
RGB
CMYK
RGB Variations
Color information
#1AD41B (or 0x1AD41B) is known color: Lime Green. HEX triplet: 1A, D4 and 1B. RGB value is (26,212,27). Sum of RGB (Red+Green+Blue) = 26+212+27=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 212 (83.20% from 255 or 80% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD41B is #E52BE4. Grayscale: #878787. Windows color (decimal): -15018981 or 1823770. OLE color: 1823770.
HSL color Cylindrical-coordinate representation of color #1AD41B: hue angle of 120.32º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD41B is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 27 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.17 |
| HSL | 120.32º | 0.78% | 0.47% | - |
| HSV(B) | 120.32º | 0.88% | 0.83% | - |
| XYZ | 24.17 | 47.39 | 8.91 | - |
| YUV | 135.3 | 66.88 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 27 | 0.88 | 0 | 0.87 | 0.17 | 120.32 | 0.78 | 0.47 |
| Hex | 1A | D4 | 1B | 58 | 0 | 57 | 11 | 78 | 4E | 2F |
| Octal | 32 | 324 | 33 | 130 | 0 | 127 | 21 | 170 | 116 | 57 |
| Binary | 11010 | 11010100 | 11011 | 1011000 | 0 | 1010111 | 10001 | 1111000 | 1001110 | 101111 |
Color Harmonies of #1AD41B
Complementary color
Monochromatic Colors of #1AD41B
Black with #1AD41B
Text Example
Text Example
White with #1AD41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD41B; }
p { color: rgb(26,212,27); }
H1.HeaderClassName
{
color: #1AD41B;
}
.AnyTagClassName
{
color: #1AD41B;
}
</style>
background-color css
<style>
a { background-color: #1AD41B; }
a { background-color: rgb(26,212,27); }
div.DivClassName
{
background-color: #1AD41B;
}
.BgClassName
{
background-color: #1AD41B;
}
</style>
border-color css
<style>
span { border-color: #1AD41B; }
span { border-color: rgb(26,212,27); }
td.TdClassName
{
border-color: #1AD41B;
}
.TagClassName
{
border-color: #1AD41B;
}
</style>