Shades of Lime Green #15CD28
Tints of Lime Green #15CD28
RGB
CMYK
RGB Variations
Color information
#15CD28 (or 0x15CD28) is known color: Lime Green. HEX triplet: 15, CD and 28. RGB value is (21,205,40). Sum of RGB (Red+Green+Blue) = 21+205+40=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 205 (80.47% from 255 or 77.07% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 205 - color contains mainly: green. Hex color #15CD28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CD28 is #EA32D7. Grayscale: #838383. Windows color (decimal): -15348440 or 2673941. OLE color: 2673941.
HSL color Cylindrical-coordinate representation of color #15CD28: hue angle of 126.2º 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 #15CD28 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 205 | 40 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.20 |
| HSL | 126.2º | 0.81% | 0.44% | - |
| HSV(B) | 126.2º | 0.9% | 0.8% | - |
| XYZ | 22.52 | 43.98 | 9.31 | - |
| YUV | 131.17 | 76.54 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 40 | 0.90 | 0 | 0.80 | 0.20 | 126.2 | 0.81 | 0.44 |
| Hex | 15 | CD | 28 | 5A | 0 | 50 | 14 | 7E | 51 | 2C |
| Octal | 25 | 315 | 50 | 132 | 0 | 120 | 24 | 176 | 121 | 54 |
| Binary | 10101 | 11001101 | 101000 | 1011010 | 0 | 1010000 | 10100 | 1111110 | 1010001 | 101100 |
Color Harmonies of #15CD28
Complementary color
Monochromatic Colors of #15CD28
Black with #15CD28
Text Example
Text Example
White with #15CD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CD28; }
p { color: rgb(21,205,40); }
H1.HeaderClassName
{
color: #15CD28;
}
.AnyTagClassName
{
color: #15CD28;
}
</style>
background-color css
<style>
a { background-color: #15CD28; }
a { background-color: rgb(21,205,40); }
div.DivClassName
{
background-color: #15CD28;
}
.BgClassName
{
background-color: #15CD28;
}
</style>
border-color css
<style>
span { border-color: #15CD28; }
span { border-color: rgb(21,205,40); }
td.TdClassName
{
border-color: #15CD28;
}
.TagClassName
{
border-color: #15CD28;
}
</style>