Shades of Lime Green #15CA1D
Tints of Lime Green #15CA1D
RGB
CMYK
RGB Variations
Color information
#15CA1D (or 0x15CA1D) is known color: Lime Green. HEX triplet: 15, CA and 1D. RGB value is (21,202,29). Sum of RGB (Red+Green+Blue) = 21+202+29=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 202 (79.30% from 255 or 80.16% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 202 - color contains mainly: green. Hex color #15CA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CA1D is #EA35E2. Grayscale: #808080. Windows color (decimal): -15349219 or 1952277. OLE color: 1952277.
HSL color Cylindrical-coordinate representation of color #15CA1D: hue angle of 122.65º 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 #15CA1D is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 202 | 29 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.21 |
| HSL | 122.65º | 0.81% | 0.44% | - |
| HSV(B) | 122.65º | 0.9% | 0.79% | - |
| XYZ | 21.65 | 42.49 | 8.22 | - |
| YUV | 128.16 | 72.03 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 202 | 29 | 0.90 | 0 | 0.86 | 0.21 | 122.65 | 0.81 | 0.44 |
| Hex | 15 | CA | 1D | 5A | 0 | 56 | 15 | 7B | 51 | 2C |
| Octal | 25 | 312 | 35 | 132 | 0 | 126 | 25 | 173 | 121 | 54 |
| Binary | 10101 | 11001010 | 11101 | 1011010 | 0 | 1010110 | 10101 | 1111011 | 1010001 | 101100 |
Color Harmonies of #15CA1D
Complementary color
Monochromatic Colors of #15CA1D
Black with #15CA1D
Text Example
Text Example
White with #15CA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CA1D; }
p { color: rgb(21,202,29); }
H1.HeaderClassName
{
color: #15CA1D;
}
.AnyTagClassName
{
color: #15CA1D;
}
</style>
background-color css
<style>
a { background-color: #15CA1D; }
a { background-color: rgb(21,202,29); }
div.DivClassName
{
background-color: #15CA1D;
}
.BgClassName
{
background-color: #15CA1D;
}
</style>
border-color css
<style>
span { border-color: #15CA1D; }
span { border-color: rgb(21,202,29); }
td.TdClassName
{
border-color: #15CA1D;
}
.TagClassName
{
border-color: #15CA1D;
}
</style>