Shades of Lime Green #13DA2A
Tints of Lime Green #13DA2A
RGB
CMYK
RGB Variations
Color information
#13DA2A (or 0x13DA2A) is known color: Lime Green. HEX triplet: 13, DA and 2A. RGB value is (19,218,42). Sum of RGB (Red+Green+Blue) = 19+218+42=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 218 (85.55% from 255 or 78.14% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 218 - color contains mainly: green. Hex color #13DA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DA2A is #EC25D5. Grayscale: #8A8A8A. Windows color (decimal): -15476182 or 2808339. OLE color: 2808339.
HSL color Cylindrical-coordinate representation of color #13DA2A: hue angle of 126.93º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DA2A is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 218 | 42 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.15 |
| HSL | 126.93º | 0.84% | 0.46% | - |
| HSV(B) | 126.93º | 0.91% | 0.85% | - |
| XYZ | 25.76 | 50.45 | 10.57 | - |
| YUV | 138.44 | 73.57 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 218 | 42 | 0.91 | 0 | 0.81 | 0.15 | 126.93 | 0.84 | 0.46 |
| Hex | 13 | DA | 2A | 5B | 0 | 51 | F | 7F | 54 | 2E |
| Octal | 23 | 332 | 52 | 133 | 0 | 121 | 17 | 177 | 124 | 56 |
| Binary | 10011 | 11011010 | 101010 | 1011011 | 0 | 1010001 | 1111 | 1111111 | 1010100 | 101110 |
Color Harmonies of #13DA2A
Complementary color
Monochromatic Colors of #13DA2A
Black with #13DA2A
Text Example
Text Example
White with #13DA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DA2A; }
p { color: rgb(19,218,42); }
H1.HeaderClassName
{
color: #13DA2A;
}
.AnyTagClassName
{
color: #13DA2A;
}
</style>
background-color css
<style>
a { background-color: #13DA2A; }
a { background-color: rgb(19,218,42); }
div.DivClassName
{
background-color: #13DA2A;
}
.BgClassName
{
background-color: #13DA2A;
}
</style>
border-color css
<style>
span { border-color: #13DA2A; }
span { border-color: rgb(19,218,42); }
td.TdClassName
{
border-color: #13DA2A;
}
.TagClassName
{
border-color: #13DA2A;
}
</style>