Shades of Lime Green #13DF2D
Tints of Lime Green #13DF2D
RGB
CMYK
RGB Variations
Color information
#13DF2D (or 0x13DF2D) is known color: Lime Green. HEX triplet: 13, DF and 2D. RGB value is (19,223,45). Sum of RGB (Red+Green+Blue) = 19+223+45=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #13DF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DF2D is #EC20D2. Grayscale: #8E8E8E. Windows color (decimal): -15474899 or 3006227. OLE color: 3006227.
HSL color Cylindrical-coordinate representation of color #13DF2D: hue angle of 127.65º 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 #13DF2D is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 45 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.13 |
| HSL | 127.65º | 0.84% | 0.47% | - |
| HSV(B) | 127.65º | 0.91% | 0.87% | - |
| XYZ | 27.13 | 53.1 | 11.3 | - |
| YUV | 141.71 | 73.41 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 45 | 0.91 | 0 | 0.80 | 0.13 | 127.65 | 0.84 | 0.47 |
| Hex | 13 | DF | 2D | 5B | 0 | 50 | D | 80 | 54 | 2F |
| Octal | 23 | 337 | 55 | 133 | 0 | 120 | 15 | 200 | 124 | 57 |
| Binary | 10011 | 11011111 | 101101 | 1011011 | 0 | 1010000 | 1101 | 10000000 | 1010100 | 101111 |
Color Harmonies of #13DF2D
Complementary color
Monochromatic Colors of #13DF2D
Black with #13DF2D
Text Example
Text Example
White with #13DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DF2D; }
p { color: rgb(19,223,45); }
H1.HeaderClassName
{
color: #13DF2D;
}
.AnyTagClassName
{
color: #13DF2D;
}
</style>
background-color css
<style>
a { background-color: #13DF2D; }
a { background-color: rgb(19,223,45); }
div.DivClassName
{
background-color: #13DF2D;
}
.BgClassName
{
background-color: #13DF2D;
}
</style>
border-color css
<style>
span { border-color: #13DF2D; }
span { border-color: rgb(19,223,45); }
td.TdClassName
{
border-color: #13DF2D;
}
.TagClassName
{
border-color: #13DF2D;
}
</style>