Shades of Lime Green #1CBC19
Tints of Lime Green #1CBC19
RGB
CMYK
RGB Variations
Color information
#1CBC19 (or 0x1CBC19) is known color: Lime Green. HEX triplet: 1C, BC and 19. RGB value is (28,188,25). Sum of RGB (Red+Green+Blue) = 28+188+25=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 188 (73.83% from 255 or 78.01% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBC19 is #E343E6. Grayscale: #7A7A7A. Windows color (decimal): -14894055 or 1686556. OLE color: 1686556.
HSL color Cylindrical-coordinate representation of color #1CBC19: hue angle of 118.9º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBC19 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 25 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.26 |
| HSL | 118.9º | 0.77% | 0.42% | - |
| HSV(B) | 118.9º | 0.87% | 0.74% | - |
| XYZ | 18.64 | 36.28 | 6.94 | - |
| YUV | 121.58 | 73.49 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 25 | 0.85 | 0 | 0.87 | 0.26 | 118.9 | 0.77 | 0.42 |
| Hex | 1C | BC | 19 | 55 | 0 | 57 | 1A | 77 | 4D | 2A |
| Octal | 34 | 274 | 31 | 125 | 0 | 127 | 32 | 167 | 115 | 52 |
| Binary | 11100 | 10111100 | 11001 | 1010101 | 0 | 1010111 | 11010 | 1110111 | 1001101 | 101010 |
Color Harmonies of #1CBC19
Complementary color
Monochromatic Colors of #1CBC19
Black with #1CBC19
Text Example
Text Example
White with #1CBC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC19; }
p { color: rgb(28,188,25); }
H1.HeaderClassName
{
color: #1CBC19;
}
.AnyTagClassName
{
color: #1CBC19;
}
</style>
background-color css
<style>
a { background-color: #1CBC19; }
a { background-color: rgb(28,188,25); }
div.DivClassName
{
background-color: #1CBC19;
}
.BgClassName
{
background-color: #1CBC19;
}
</style>
border-color css
<style>
span { border-color: #1CBC19; }
span { border-color: rgb(28,188,25); }
td.TdClassName
{
border-color: #1CBC19;
}
.TagClassName
{
border-color: #1CBC19;
}
</style>