Shades of Lime Green #1AEA32
Tints of Lime Green #1AEA32
RGB
CMYK
RGB Variations
Color information
#1AEA32 (or 0x1AEA32) is known color: Lime Green. HEX triplet: 1A, EA and 32. RGB value is (26,234,50). Sum of RGB (Red+Green+Blue) = 26+234+50=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 234 (91.80% from 255 or 75.48% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 234 - color contains mainly: green. Hex color #1AEA32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AEA32 is #E515CD. Grayscale: #979797. Windows color (decimal): -15013326 or 3336730. OLE color: 3336730.
HSL color Cylindrical-coordinate representation of color #1AEA32: hue angle of 126.92º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEA32 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 234 | 50 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.08 |
| HSL | 126.92º | 0.83% | 0.51% | - |
| HSV(B) | 126.92º | 0.89% | 0.92% | - |
| XYZ | 30.42 | 59.3 | 12.86 | - |
| YUV | 150.83 | 71.09 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 234 | 50 | 0.89 | 0 | 0.79 | 0.08 | 126.92 | 0.83 | 0.51 |
| Hex | 1A | EA | 32 | 59 | 0 | 4F | 8 | 7F | 53 | 33 |
| Octal | 32 | 352 | 62 | 131 | 0 | 117 | 10 | 177 | 123 | 63 |
| Binary | 11010 | 11101010 | 110010 | 1011001 | 0 | 1001111 | 1000 | 1111111 | 1010011 | 110011 |
Color Harmonies of #1AEA32
Complementary color
Monochromatic Colors of #1AEA32
Black with #1AEA32
Text Example
Text Example
White with #1AEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEA32; }
p { color: rgb(26,234,50); }
H1.HeaderClassName
{
color: #1AEA32;
}
.AnyTagClassName
{
color: #1AEA32;
}
</style>
background-color css
<style>
a { background-color: #1AEA32; }
a { background-color: rgb(26,234,50); }
div.DivClassName
{
background-color: #1AEA32;
}
.BgClassName
{
background-color: #1AEA32;
}
</style>
border-color css
<style>
span { border-color: #1AEA32; }
span { border-color: rgb(26,234,50); }
td.TdClassName
{
border-color: #1AEA32;
}
.TagClassName
{
border-color: #1AEA32;
}
</style>