Shades of Lime Green #15D01B
Tints of Lime Green #15D01B
RGB
CMYK
RGB Variations
Color information
#15D01B (or 0x15D01B) is known color: Lime Green. HEX triplet: 15, D0 and 1B. RGB value is (21,208,27). Sum of RGB (Red+Green+Blue) = 21+208+27=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 208 (81.64% from 255 or 81.25% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 208 - color contains mainly: green. Hex color #15D01B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15D01B is #EA2FE4. Grayscale: #838383. Windows color (decimal): -15347685 or 1822741. OLE color: 1822741.
HSL color Cylindrical-coordinate representation of color #15D01B: hue angle of 121.93º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D01B is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 208 | 27 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.18 |
| HSL | 121.93º | 0.82% | 0.45% | - |
| HSV(B) | 121.93º | 0.9% | 0.82% | - |
| XYZ | 23.06 | 45.35 | 8.57 | - |
| YUV | 131.45 | 69.05 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 208 | 27 | 0.90 | 0 | 0.87 | 0.18 | 121.93 | 0.82 | 0.45 |
| Hex | 15 | D0 | 1B | 5A | 0 | 57 | 12 | 7A | 52 | 2D |
| Octal | 25 | 320 | 33 | 132 | 0 | 127 | 22 | 172 | 122 | 55 |
| Binary | 10101 | 11010000 | 11011 | 1011010 | 0 | 1010111 | 10010 | 1111010 | 1010010 | 101101 |
Color Harmonies of #15D01B
Complementary color
Monochromatic Colors of #15D01B
Black with #15D01B
Text Example
Text Example
White with #15D01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D01B; }
p { color: rgb(21,208,27); }
H1.HeaderClassName
{
color: #15D01B;
}
.AnyTagClassName
{
color: #15D01B;
}
</style>
background-color css
<style>
a { background-color: #15D01B; }
a { background-color: rgb(21,208,27); }
div.DivClassName
{
background-color: #15D01B;
}
.BgClassName
{
background-color: #15D01B;
}
</style>
border-color css
<style>
span { border-color: #15D01B; }
span { border-color: rgb(21,208,27); }
td.TdClassName
{
border-color: #15D01B;
}
.TagClassName
{
border-color: #15D01B;
}
</style>