Shades of Lime Green #1CBF15
Tints of Lime Green #1CBF15
RGB
CMYK
RGB Variations
Color information
#1CBF15 (or 0x1CBF15) is known color: Lime Green. HEX triplet: 1C, BF and 15. RGB value is (28,191,21). Sum of RGB (Red+Green+Blue) = 28+191+21=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 191 (75% from 255 or 79.58% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBF15 is #E340EA. Grayscale: #7B7B7B. Windows color (decimal): -14893291 or 1425180. OLE color: 1425180.
HSL color Cylindrical-coordinate representation of color #1CBF15: hue angle of 117.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CBF15 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 191 | 21 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.25 |
| HSL | 117.53º | 0.8% | 0.42% | - |
| HSV(B) | 117.53º | 0.89% | 0.75% | - |
| XYZ | 19.25 | 37.56 | 6.95 | - |
| YUV | 122.88 | 70.5 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 191 | 21 | 0.85 | 0 | 0.89 | 0.25 | 117.53 | 0.8 | 0.42 |
| Hex | 1C | BF | 15 | 55 | 0 | 59 | 19 | 76 | 50 | 2A |
| Octal | 34 | 277 | 25 | 125 | 0 | 131 | 31 | 166 | 120 | 52 |
| Binary | 11100 | 10111111 | 10101 | 1010101 | 0 | 1011001 | 11001 | 1110110 | 1010000 | 101010 |
Color Harmonies of #1CBF15
Complementary color
Monochromatic Colors of #1CBF15
Black with #1CBF15
Text Example
Text Example
White with #1CBF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBF15; }
p { color: rgb(28,191,21); }
H1.HeaderClassName
{
color: #1CBF15;
}
.AnyTagClassName
{
color: #1CBF15;
}
</style>
background-color css
<style>
a { background-color: #1CBF15; }
a { background-color: rgb(28,191,21); }
div.DivClassName
{
background-color: #1CBF15;
}
.BgClassName
{
background-color: #1CBF15;
}
</style>
border-color css
<style>
span { border-color: #1CBF15; }
span { border-color: rgb(28,191,21); }
td.TdClassName
{
border-color: #1CBF15;
}
.TagClassName
{
border-color: #1CBF15;
}
</style>