Shades of Lime Green #19C026
Tints of Lime Green #19C026
RGB
CMYK
RGB Variations
Color information
#19C026 (or 0x19C026) is known color: Lime Green. HEX triplet: 19, C0 and 26. RGB value is (25,192,38). Sum of RGB (Red+Green+Blue) = 25+192+38=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #19C026 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C026 is #E63FD9. Grayscale: #7C7C7C. Windows color (decimal): -15089626 or 2539545. OLE color: 2539545.
HSL color Cylindrical-coordinate representation of color #19C026: hue angle of 124.67º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C026 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 192 | 38 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.25 |
| HSL | 124.67º | 0.77% | 0.43% | - |
| HSV(B) | 124.67º | 0.87% | 0.75% | - |
| XYZ | 19.6 | 38.05 | 8.14 | - |
| YUV | 124.51 | 79.17 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 192 | 38 | 0.87 | 0 | 0.80 | 0.25 | 124.67 | 0.77 | 0.43 |
| Hex | 19 | C0 | 26 | 57 | 0 | 50 | 19 | 7D | 4D | 2B |
| Octal | 31 | 300 | 46 | 127 | 0 | 120 | 31 | 175 | 115 | 53 |
| Binary | 11001 | 11000000 | 100110 | 1010111 | 0 | 1010000 | 11001 | 1111101 | 1001101 | 101011 |
Color Harmonies of #19C026
Complementary color
Monochromatic Colors of #19C026
Black with #19C026
Text Example
Text Example
White with #19C026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C026; }
p { color: rgb(25,192,38); }
H1.HeaderClassName
{
color: #19C026;
}
.AnyTagClassName
{
color: #19C026;
}
</style>
background-color css
<style>
a { background-color: #19C026; }
a { background-color: rgb(25,192,38); }
div.DivClassName
{
background-color: #19C026;
}
.BgClassName
{
background-color: #19C026;
}
</style>
border-color css
<style>
span { border-color: #19C026; }
span { border-color: rgb(25,192,38); }
td.TdClassName
{
border-color: #19C026;
}
.TagClassName
{
border-color: #19C026;
}
</style>