Shades of Lime Green #15E02A
Tints of Lime Green #15E02A
RGB
CMYK
RGB Variations
Color information
#15E02A (or 0x15E02A) is known color: Lime Green. HEX triplet: 15, E0 and 2A. RGB value is (21,224,42). Sum of RGB (Red+Green+Blue) = 21+224+42=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 224 (87.89% from 255 or 78.05% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 224 - color contains mainly: green. Hex color #15E02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15E02A is #EA1FD5. Grayscale: #8F8F8F. Windows color (decimal): -15343574 or 2809877. OLE color: 2809877.
HSL color Cylindrical-coordinate representation of color #15E02A: hue angle of 126.21º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E02A is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 224 | 42 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.12 |
| HSL | 126.21º | 0.83% | 0.48% | - |
| HSV(B) | 126.21º | 0.91% | 0.88% | - |
| XYZ | 27.38 | 53.64 | 11.1 | - |
| YUV | 142.56 | 71.25 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 224 | 42 | 0.91 | 0 | 0.81 | 0.12 | 126.21 | 0.83 | 0.48 |
| Hex | 15 | E0 | 2A | 5B | 0 | 51 | C | 7E | 53 | 30 |
| Octal | 25 | 340 | 52 | 133 | 0 | 121 | 14 | 176 | 123 | 60 |
| Binary | 10101 | 11100000 | 101010 | 1011011 | 0 | 1010001 | 1100 | 1111110 | 1010011 | 110000 |
Color Harmonies of #15E02A
Complementary color
Monochromatic Colors of #15E02A
Black with #15E02A
Text Example
Text Example
White with #15E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E02A; }
p { color: rgb(21,224,42); }
H1.HeaderClassName
{
color: #15E02A;
}
.AnyTagClassName
{
color: #15E02A;
}
</style>
background-color css
<style>
a { background-color: #15E02A; }
a { background-color: rgb(21,224,42); }
div.DivClassName
{
background-color: #15E02A;
}
.BgClassName
{
background-color: #15E02A;
}
</style>
border-color css
<style>
span { border-color: #15E02A; }
span { border-color: rgb(21,224,42); }
td.TdClassName
{
border-color: #15E02A;
}
.TagClassName
{
border-color: #15E02A;
}
</style>