Shades of Lime Green #15CD2A
Tints of Lime Green #15CD2A
RGB
CMYK
RGB Variations
Color information
#15CD2A (or 0x15CD2A) is known color: Lime Green. HEX triplet: 15, CD and 2A. RGB value is (21,205,42). Sum of RGB (Red+Green+Blue) = 21+205+42=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 205 (80.47% from 255 or 76.49% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 205 - color contains mainly: green. Hex color #15CD2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CD2A is #EA32D5. Grayscale: #838383. Windows color (decimal): -15348438 or 2805013. OLE color: 2805013.
HSL color Cylindrical-coordinate representation of color #15CD2A: hue angle of 126.85º 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 #15CD2A is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 205 | 42 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.20 |
| HSL | 126.85º | 0.81% | 0.44% | - |
| HSV(B) | 126.85º | 0.9% | 0.8% | - |
| XYZ | 22.56 | 43.99 | 9.49 | - |
| YUV | 131.4 | 77.54 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 42 | 0.90 | 0 | 0.80 | 0.20 | 126.85 | 0.81 | 0.44 |
| Hex | 15 | CD | 2A | 5A | 0 | 50 | 14 | 7F | 51 | 2C |
| Octal | 25 | 315 | 52 | 132 | 0 | 120 | 24 | 177 | 121 | 54 |
| Binary | 10101 | 11001101 | 101010 | 1011010 | 0 | 1010000 | 10100 | 1111111 | 1010001 | 101100 |
Color Harmonies of #15CD2A
Complementary color
Monochromatic Colors of #15CD2A
Black with #15CD2A
Text Example
Text Example
White with #15CD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CD2A; }
p { color: rgb(21,205,42); }
H1.HeaderClassName
{
color: #15CD2A;
}
.AnyTagClassName
{
color: #15CD2A;
}
</style>
background-color css
<style>
a { background-color: #15CD2A; }
a { background-color: rgb(21,205,42); }
div.DivClassName
{
background-color: #15CD2A;
}
.BgClassName
{
background-color: #15CD2A;
}
</style>
border-color css
<style>
span { border-color: #15CD2A; }
span { border-color: rgb(21,205,42); }
td.TdClassName
{
border-color: #15CD2A;
}
.TagClassName
{
border-color: #15CD2A;
}
</style>