Shades of Lime Green #15CD1E
Tints of Lime Green #15CD1E
RGB
CMYK
RGB Variations
Color information
#15CD1E (or 0x15CD1E) is known color: Lime Green. HEX triplet: 15, CD and 1E. RGB value is (21,205,30). Sum of RGB (Red+Green+Blue) = 21+205+30=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 205 (80.47% from 255 or 80.08% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 205 - color contains mainly: green. Hex color #15CD1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CD1E is #EA32E1. Grayscale: #828282. Windows color (decimal): -15348450 or 2018581. OLE color: 2018581.
HSL color Cylindrical-coordinate representation of color #15CD1E: hue angle of 122.93º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CD1E is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 205 | 30 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.20 |
| HSL | 122.93º | 0.81% | 0.44% | - |
| HSV(B) | 122.93º | 0.9% | 0.8% | - |
| XYZ | 22.37 | 43.92 | 8.53 | - |
| YUV | 130.03 | 71.54 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 30 | 0.90 | 0 | 0.85 | 0.20 | 122.93 | 0.81 | 0.44 |
| Hex | 15 | CD | 1E | 5A | 0 | 55 | 14 | 7B | 51 | 2C |
| Octal | 25 | 315 | 36 | 132 | 0 | 125 | 24 | 173 | 121 | 54 |
| Binary | 10101 | 11001101 | 11110 | 1011010 | 0 | 1010101 | 10100 | 1111011 | 1010001 | 101100 |
Color Harmonies of #15CD1E
Complementary color
Monochromatic Colors of #15CD1E
Black with #15CD1E
Text Example
Text Example
White with #15CD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CD1E; }
p { color: rgb(21,205,30); }
H1.HeaderClassName
{
color: #15CD1E;
}
.AnyTagClassName
{
color: #15CD1E;
}
</style>
background-color css
<style>
a { background-color: #15CD1E; }
a { background-color: rgb(21,205,30); }
div.DivClassName
{
background-color: #15CD1E;
}
.BgClassName
{
background-color: #15CD1E;
}
</style>
border-color css
<style>
span { border-color: #15CD1E; }
span { border-color: rgb(21,205,30); }
td.TdClassName
{
border-color: #15CD1E;
}
.TagClassName
{
border-color: #15CD1E;
}
</style>