Shades of Lime Green #15C21C
Tints of Lime Green #15C21C
RGB
CMYK
RGB Variations
Color information
#15C21C (or 0x15C21C) is known color: Lime Green. HEX triplet: 15, C2 and 1C. RGB value is (21,194,28). Sum of RGB (Red+Green+Blue) = 21+194+28=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 194 (76.17% from 255 or 79.84% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 194 - color contains mainly: green. Hex color #15C21C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C21C is #EA3DE3. Grayscale: #7B7B7B. Windows color (decimal): -15351268 or 1884693. OLE color: 1884693.
HSL color Cylindrical-coordinate representation of color #15C21C: hue angle of 122.43º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C21C is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 194 | 28 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.24 |
| HSL | 122.43º | 0.8% | 0.42% | - |
| HSV(B) | 122.43º | 0.89% | 0.76% | - |
| XYZ | 19.81 | 38.83 | 7.55 | - |
| YUV | 123.35 | 74.19 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 194 | 28 | 0.89 | 0 | 0.86 | 0.24 | 122.43 | 0.8 | 0.42 |
| Hex | 15 | C2 | 1C | 59 | 0 | 56 | 18 | 7A | 50 | 2A |
| Octal | 25 | 302 | 34 | 131 | 0 | 126 | 30 | 172 | 120 | 52 |
| Binary | 10101 | 11000010 | 11100 | 1011001 | 0 | 1010110 | 11000 | 1111010 | 1010000 | 101010 |
Color Harmonies of #15C21C
Complementary color
Monochromatic Colors of #15C21C
Black with #15C21C
Text Example
Text Example
White with #15C21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C21C; }
p { color: rgb(21,194,28); }
H1.HeaderClassName
{
color: #15C21C;
}
.AnyTagClassName
{
color: #15C21C;
}
</style>
background-color css
<style>
a { background-color: #15C21C; }
a { background-color: rgb(21,194,28); }
div.DivClassName
{
background-color: #15C21C;
}
.BgClassName
{
background-color: #15C21C;
}
</style>
border-color css
<style>
span { border-color: #15C21C; }
span { border-color: rgb(21,194,28); }
td.TdClassName
{
border-color: #15C21C;
}
.TagClassName
{
border-color: #15C21C;
}
</style>