Shades of Lime Green #1AD333
Tints of Lime Green #1AD333
RGB
CMYK
RGB Variations
Color information
#1AD333 (or 0x1AD333) is known color: Lime Green. HEX triplet: 1A, D3 and 33. RGB value is (26,211,51). Sum of RGB (Red+Green+Blue) = 26+211+51=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 211 (82.81% from 255 or 73.26% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD333 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD333 is #E52CCC. Grayscale: #898989. Windows color (decimal): -15019213 or 3396378. OLE color: 3396378.
HSL color Cylindrical-coordinate representation of color #1AD333: hue angle of 128.11º 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 #1AD333 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 51 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.17 |
| HSL | 128.11º | 0.78% | 0.46% | - |
| HSV(B) | 128.11º | 0.88% | 0.83% | - |
| XYZ | 24.32 | 47.05 | 10.93 | - |
| YUV | 137.45 | 79.21 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 51 | 0.88 | 0 | 0.76 | 0.17 | 128.11 | 0.78 | 0.46 |
| Hex | 1A | D3 | 33 | 58 | 0 | 4C | 11 | 80 | 4E | 2E |
| Octal | 32 | 323 | 63 | 130 | 0 | 114 | 21 | 200 | 116 | 56 |
| Binary | 11010 | 11010011 | 110011 | 1011000 | 0 | 1001100 | 10001 | 10000000 | 1001110 | 101110 |
Color Harmonies of #1AD333
Complementary color
Monochromatic Colors of #1AD333
Black with #1AD333
Text Example
Text Example
White with #1AD333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD333; }
p { color: rgb(26,211,51); }
H1.HeaderClassName
{
color: #1AD333;
}
.AnyTagClassName
{
color: #1AD333;
}
</style>
background-color css
<style>
a { background-color: #1AD333; }
a { background-color: rgb(26,211,51); }
div.DivClassName
{
background-color: #1AD333;
}
.BgClassName
{
background-color: #1AD333;
}
</style>
border-color css
<style>
span { border-color: #1AD333; }
span { border-color: rgb(26,211,51); }
td.TdClassName
{
border-color: #1AD333;
}
.TagClassName
{
border-color: #1AD333;
}
</style>