Shades of Lime Green #13C61A
Tints of Lime Green #13C61A
RGB
CMYK
RGB Variations
Color information
#13C61A (or 0x13C61A) is known color: Lime Green. HEX triplet: 13, C6 and 1A. RGB value is (19,198,26). Sum of RGB (Red+Green+Blue) = 19+198+26=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 198 (77.73% from 255 or 81.48% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 198 - color contains mainly: green. Hex color #13C61A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C61A is #EC39E5. Grayscale: #7D7D7D. Windows color (decimal): -15481318 or 1754643. OLE color: 1754643.
HSL color Cylindrical-coordinate representation of color #13C61A: hue angle of 122.35º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C61A is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 198 | 26 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.22 |
| HSL | 122.35º | 0.82% | 0.43% | - |
| HSV(B) | 122.35º | 0.9% | 0.78% | - |
| XYZ | 20.65 | 40.6 | 7.73 | - |
| YUV | 124.87 | 72.2 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 198 | 26 | 0.90 | 0 | 0.87 | 0.22 | 122.35 | 0.82 | 0.43 |
| Hex | 13 | C6 | 1A | 5A | 0 | 57 | 16 | 7A | 52 | 2B |
| Octal | 23 | 306 | 32 | 132 | 0 | 127 | 26 | 172 | 122 | 53 |
| Binary | 10011 | 11000110 | 11010 | 1011010 | 0 | 1010111 | 10110 | 1111010 | 1010010 | 101011 |
Color Harmonies of #13C61A
Complementary color
Monochromatic Colors of #13C61A
Black with #13C61A
Text Example
Text Example
White with #13C61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C61A; }
p { color: rgb(19,198,26); }
H1.HeaderClassName
{
color: #13C61A;
}
.AnyTagClassName
{
color: #13C61A;
}
</style>
background-color css
<style>
a { background-color: #13C61A; }
a { background-color: rgb(19,198,26); }
div.DivClassName
{
background-color: #13C61A;
}
.BgClassName
{
background-color: #13C61A;
}
</style>
border-color css
<style>
span { border-color: #13C61A; }
span { border-color: rgb(19,198,26); }
td.TdClassName
{
border-color: #13C61A;
}
.TagClassName
{
border-color: #13C61A;
}
</style>