Shades of Lime Green #13DF2E
Tints of Lime Green #13DF2E
RGB
CMYK
RGB Variations
Color information
#13DF2E (or 0x13DF2E) is known color: Lime Green. HEX triplet: 13, DF and 2E. RGB value is (19,223,46). Sum of RGB (Red+Green+Blue) = 19+223+46=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 223 (87.5% from 255 or 77.43% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 223 - color contains mainly: green. Hex color #13DF2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DF2E is #EC20D1. Grayscale: #8E8E8E. Windows color (decimal): -15474898 or 3071763. OLE color: 3071763.
HSL color Cylindrical-coordinate representation of color #13DF2E: hue angle of 127.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DF2E is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 46 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.13 |
| HSL | 127.94º | 0.84% | 0.47% | - |
| HSV(B) | 127.94º | 0.91% | 0.87% | - |
| XYZ | 27.15 | 53.11 | 11.41 | - |
| YUV | 141.83 | 73.91 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 46 | 0.91 | 0 | 0.79 | 0.13 | 127.94 | 0.84 | 0.47 |
| Hex | 13 | DF | 2E | 5B | 0 | 4F | D | 80 | 54 | 2F |
| Octal | 23 | 337 | 56 | 133 | 0 | 117 | 15 | 200 | 124 | 57 |
| Binary | 10011 | 11011111 | 101110 | 1011011 | 0 | 1001111 | 1101 | 10000000 | 1010100 | 101111 |
Color Harmonies of #13DF2E
Complementary color
Monochromatic Colors of #13DF2E
Black with #13DF2E
Text Example
Text Example
White with #13DF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DF2E; }
p { color: rgb(19,223,46); }
H1.HeaderClassName
{
color: #13DF2E;
}
.AnyTagClassName
{
color: #13DF2E;
}
</style>
background-color css
<style>
a { background-color: #13DF2E; }
a { background-color: rgb(19,223,46); }
div.DivClassName
{
background-color: #13DF2E;
}
.BgClassName
{
background-color: #13DF2E;
}
</style>
border-color css
<style>
span { border-color: #13DF2E; }
span { border-color: rgb(19,223,46); }
td.TdClassName
{
border-color: #13DF2E;
}
.TagClassName
{
border-color: #13DF2E;
}
</style>