Shades of Lime Green #1CB515
Tints of Lime Green #1CB515
RGB
CMYK
RGB Variations
Color information
#1CB515 (or 0x1CB515) is known color: Lime Green. HEX triplet: 1C, B5 and 15. RGB value is (28,181,21). Sum of RGB (Red+Green+Blue) = 28+181+21=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 181 (71.09% from 255 or 78.70% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB515 is #E34AEA. Grayscale: #757575. Windows color (decimal): -14895851 or 1422620. OLE color: 1422620.
HSL color Cylindrical-coordinate representation of color #1CB515: hue angle of 117.38º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CB515 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 181 | 21 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.29 |
| HSL | 117.38º | 0.79% | 0.4% | - |
| HSV(B) | 117.38º | 0.88% | 0.71% | - |
| XYZ | 17.14 | 33.35 | 6.24 | - |
| YUV | 117.01 | 73.81 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 181 | 21 | 0.85 | 0 | 0.88 | 0.29 | 117.38 | 0.79 | 0.4 |
| Hex | 1C | B5 | 15 | 55 | 0 | 58 | 1D | 75 | 4F | 28 |
| Octal | 34 | 265 | 25 | 125 | 0 | 130 | 35 | 165 | 117 | 50 |
| Binary | 11100 | 10110101 | 10101 | 1010101 | 0 | 1011000 | 11101 | 1110101 | 1001111 | 101000 |
Color Harmonies of #1CB515
Complementary color
Monochromatic Colors of #1CB515
Black with #1CB515
Text Example
Text Example
White with #1CB515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB515; }
p { color: rgb(28,181,21); }
H1.HeaderClassName
{
color: #1CB515;
}
.AnyTagClassName
{
color: #1CB515;
}
</style>
background-color css
<style>
a { background-color: #1CB515; }
a { background-color: rgb(28,181,21); }
div.DivClassName
{
background-color: #1CB515;
}
.BgClassName
{
background-color: #1CB515;
}
</style>
border-color css
<style>
span { border-color: #1CB515; }
span { border-color: rgb(28,181,21); }
td.TdClassName
{
border-color: #1CB515;
}
.TagClassName
{
border-color: #1CB515;
}
</style>