Shades of Lime Green #19C41B
Tints of Lime Green #19C41B
RGB
CMYK
RGB Variations
Color information
#19C41B (or 0x19C41B) is known color: Lime Green. HEX triplet: 19, C4 and 1B. RGB value is (25,196,27). Sum of RGB (Red+Green+Blue) = 25+196+27=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 196 (76.95% from 255 or 79.03% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 196 - color contains mainly: green. Hex color #19C41B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C41B is #E63BE4. Grayscale: #7E7E7E. Windows color (decimal): -15088613 or 1819673. OLE color: 1819673.
HSL color Cylindrical-coordinate representation of color #19C41B: hue angle of 120.7º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C41B is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 196 | 27 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.23 |
| HSL | 120.7º | 0.77% | 0.43% | - |
| HSV(B) | 120.7º | 0.87% | 0.77% | - |
| XYZ | 20.34 | 39.77 | 7.64 | - |
| YUV | 125.61 | 72.35 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 196 | 27 | 0.87 | 0 | 0.86 | 0.23 | 120.7 | 0.77 | 0.43 |
| Hex | 19 | C4 | 1B | 57 | 0 | 56 | 17 | 79 | 4D | 2B |
| Octal | 31 | 304 | 33 | 127 | 0 | 126 | 27 | 171 | 115 | 53 |
| Binary | 11001 | 11000100 | 11011 | 1010111 | 0 | 1010110 | 10111 | 1111001 | 1001101 | 101011 |
Color Harmonies of #19C41B
Complementary color
Monochromatic Colors of #19C41B
Black with #19C41B
Text Example
Text Example
White with #19C41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C41B; }
p { color: rgb(25,196,27); }
H1.HeaderClassName
{
color: #19C41B;
}
.AnyTagClassName
{
color: #19C41B;
}
</style>
background-color css
<style>
a { background-color: #19C41B; }
a { background-color: rgb(25,196,27); }
div.DivClassName
{
background-color: #19C41B;
}
.BgClassName
{
background-color: #19C41B;
}
</style>
border-color css
<style>
span { border-color: #19C41B; }
span { border-color: rgb(25,196,27); }
td.TdClassName
{
border-color: #19C41B;
}
.TagClassName
{
border-color: #19C41B;
}
</style>