Shades of Lime Green #15CA1E
Tints of Lime Green #15CA1E
RGB
CMYK
RGB Variations
Color information
#15CA1E (or 0x15CA1E) is known color: Lime Green. HEX triplet: 15, CA and 1E. RGB value is (21,202,30). Sum of RGB (Red+Green+Blue) = 21+202+30=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 202 (79.30% from 255 or 79.84% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 202 - color contains mainly: green. Hex color #15CA1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CA1E is #EA35E1. Grayscale: #808080. Windows color (decimal): -15349218 or 2017813. OLE color: 2017813.
HSL color Cylindrical-coordinate representation of color #15CA1E: hue angle of 122.98º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CA1E is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 202 | 30 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.21 |
| HSL | 122.98º | 0.81% | 0.44% | - |
| HSV(B) | 122.98º | 0.9% | 0.79% | - |
| XYZ | 21.66 | 42.49 | 8.29 | - |
| YUV | 128.27 | 72.53 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 202 | 30 | 0.90 | 0 | 0.85 | 0.21 | 122.98 | 0.81 | 0.44 |
| Hex | 15 | CA | 1E | 5A | 0 | 55 | 15 | 7B | 51 | 2C |
| Octal | 25 | 312 | 36 | 132 | 0 | 125 | 25 | 173 | 121 | 54 |
| Binary | 10101 | 11001010 | 11110 | 1011010 | 0 | 1010101 | 10101 | 1111011 | 1010001 | 101100 |
Color Harmonies of #15CA1E
Complementary color
Monochromatic Colors of #15CA1E
Black with #15CA1E
Text Example
Text Example
White with #15CA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CA1E; }
p { color: rgb(21,202,30); }
H1.HeaderClassName
{
color: #15CA1E;
}
.AnyTagClassName
{
color: #15CA1E;
}
</style>
background-color css
<style>
a { background-color: #15CA1E; }
a { background-color: rgb(21,202,30); }
div.DivClassName
{
background-color: #15CA1E;
}
.BgClassName
{
background-color: #15CA1E;
}
</style>
border-color css
<style>
span { border-color: #15CA1E; }
span { border-color: rgb(21,202,30); }
td.TdClassName
{
border-color: #15CA1E;
}
.TagClassName
{
border-color: #15CA1E;
}
</style>