Shades of Lime Green #13DA2B
Tints of Lime Green #13DA2B
RGB
CMYK
RGB Variations
Color information
#13DA2B (or 0x13DA2B) is known color: Lime Green. HEX triplet: 13, DA and 2B. RGB value is (19,218,43). Sum of RGB (Red+Green+Blue) = 19+218+43=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 218 (85.55% from 255 or 77.86% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 218 - color contains mainly: green. Hex color #13DA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DA2B is #EC25D4. Grayscale: #8B8B8B. Windows color (decimal): -15476181 or 2873875. OLE color: 2873875.
HSL color Cylindrical-coordinate representation of color #13DA2B: hue angle of 127.24º 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 #13DA2B is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
RGB | 19 | 218 | 43 | - |
CMYK | 0.91 | 0 | 0.80 | 0.15 |
HSL | 127.24º | 0.84% | 0.46% | - |
HSV(B) | 127.24º | 0.91% | 0.85% | - |
XYZ | 25.78 | 50.46 | 10.67 | - |
YUV | 138.55 | 74.07 | 42.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 218 | 43 | 0.91 | 0 | 0.80 | 0.15 | 127.24 | 0.84 | 0.46 |
Hex | 13 | DA | 2B | 5B | 0 | 50 | F | 7F | 54 | 2E |
Octal | 23 | 332 | 53 | 133 | 0 | 120 | 17 | 177 | 124 | 56 |
Binary | 10011 | 11011010 | 101011 | 1011011 | 0 | 1010000 | 1111 | 1111111 | 1010100 | 101110 |
Color Harmonies of #13DA2B
Complementary color
Monochromatic Colors of #13DA2B
Black with #13DA2B
Text Example
Text Example
White with #13DA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DA2B; }
p { color: rgb(19,218,43); }
H1.HeaderClassName
{
color: #13DA2B;
}
.AnyTagClassName
{
color: #13DA2B;
}
</style>
background-color css
<style>
a { background-color: #13DA2B; }
a { background-color: rgb(19,218,43); }
div.DivClassName
{
background-color: #13DA2B;
}
.BgClassName
{
background-color: #13DA2B;
}
</style>
border-color css
<style>
span { border-color: #13DA2B; }
span { border-color: rgb(19,218,43); }
td.TdClassName
{
border-color: #13DA2B;
}
.TagClassName
{
border-color: #13DA2B;
}
</style>