Shades of Lime Green #19CB30
Tints of Lime Green #19CB30
RGB
CMYK
RGB Variations
Color information
#19CB30 (or 0x19CB30) is known color: Lime Green. HEX triplet: 19, CB and 30. RGB value is (25,203,48). Sum of RGB (Red+Green+Blue) = 25+203+48=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 203 (79.69% from 255 or 73.55% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CB30 is #E634CF. Grayscale: #848484. Windows color (decimal): -15086800 or 3197721. OLE color: 3197721.
HSL color Cylindrical-coordinate representation of color #19CB30: hue angle of 127.75º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CB30 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 48 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.20 |
| HSL | 127.75º | 0.78% | 0.45% | - |
| HSV(B) | 127.75º | 0.88% | 0.8% | - |
| XYZ | 22.29 | 43.13 | 9.95 | - |
| YUV | 132.11 | 80.53 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 48 | 0.88 | 0 | 0.76 | 0.20 | 127.75 | 0.78 | 0.45 |
| Hex | 19 | CB | 30 | 58 | 0 | 4C | 14 | 80 | 4E | 2D |
| Octal | 31 | 313 | 60 | 130 | 0 | 114 | 24 | 200 | 116 | 55 |
| Binary | 11001 | 11001011 | 110000 | 1011000 | 0 | 1001100 | 10100 | 10000000 | 1001110 | 101101 |
Color Harmonies of #19CB30
Complementary color
Monochromatic Colors of #19CB30
Black with #19CB30
Text Example
Text Example
White with #19CB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB30; }
p { color: rgb(25,203,48); }
H1.HeaderClassName
{
color: #19CB30;
}
.AnyTagClassName
{
color: #19CB30;
}
</style>
background-color css
<style>
a { background-color: #19CB30; }
a { background-color: rgb(25,203,48); }
div.DivClassName
{
background-color: #19CB30;
}
.BgClassName
{
background-color: #19CB30;
}
</style>
border-color css
<style>
span { border-color: #19CB30; }
span { border-color: rgb(25,203,48); }
td.TdClassName
{
border-color: #19CB30;
}
.TagClassName
{
border-color: #19CB30;
}
</style>