Shades of Lime Green #1CB819
Tints of Lime Green #1CB819
RGB
CMYK
RGB Variations
Color information
#1CB819 (or 0x1CB819) is known color: Lime Green. HEX triplet: 1C, B8 and 19. RGB value is (28,184,25). Sum of RGB (Red+Green+Blue) = 28+184+25=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 184 (72.27% from 255 or 77.64% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 184 - color contains mainly: green. Hex color #1CB819 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB819 is #E347E6. Grayscale: #777777. Windows color (decimal): -14895079 or 1685532. OLE color: 1685532.
HSL color Cylindrical-coordinate representation of color #1CB819: hue angle of 118.87º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CB819 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 184 | 25 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.28 |
| HSL | 118.87º | 0.76% | 0.41% | - |
| HSV(B) | 118.87º | 0.86% | 0.72% | - |
| XYZ | 17.79 | 34.6 | 6.66 | - |
| YUV | 119.23 | 74.82 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 184 | 25 | 0.85 | 0 | 0.86 | 0.28 | 118.87 | 0.76 | 0.41 |
| Hex | 1C | B8 | 19 | 55 | 0 | 56 | 1C | 77 | 4C | 29 |
| Octal | 34 | 270 | 31 | 125 | 0 | 126 | 34 | 167 | 114 | 51 |
| Binary | 11100 | 10111000 | 11001 | 1010101 | 0 | 1010110 | 11100 | 1110111 | 1001100 | 101001 |
Color Harmonies of #1CB819
Complementary color
Monochromatic Colors of #1CB819
Black with #1CB819
Text Example
Text Example
White with #1CB819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB819; }
p { color: rgb(28,184,25); }
H1.HeaderClassName
{
color: #1CB819;
}
.AnyTagClassName
{
color: #1CB819;
}
</style>
background-color css
<style>
a { background-color: #1CB819; }
a { background-color: rgb(28,184,25); }
div.DivClassName
{
background-color: #1CB819;
}
.BgClassName
{
background-color: #1CB819;
}
</style>
border-color css
<style>
span { border-color: #1CB819; }
span { border-color: rgb(28,184,25); }
td.TdClassName
{
border-color: #1CB819;
}
.TagClassName
{
border-color: #1CB819;
}
</style>