Shades of Lime Green #13DC2C
Tints of Lime Green #13DC2C
RGB
CMYK
RGB Variations
Color information
#13DC2C (or 0x13DC2C) is known color: Lime Green. HEX triplet: 13, DC and 2C. RGB value is (19,220,44). Sum of RGB (Red+Green+Blue) = 19+220+44=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 220 (86.33% from 255 or 77.74% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DC2C is #EC23D3. Grayscale: #8C8C8C. Windows color (decimal): -15475668 or 2939923. OLE color: 2939923.
HSL color Cylindrical-coordinate representation of color #13DC2C: hue angle of 127.46º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DC2C is Cyan = 0.91, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 44 | - |
| CMYK | 0.91 | 0 | 0.8 | 0.14 |
| HSL | 127.46º | 0.84% | 0.47% | - |
| HSV(B) | 127.46º | 0.91% | 0.86% | - |
| XYZ | 26.32 | 51.51 | 10.94 | - |
| YUV | 139.84 | 73.91 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 44 | 0.91 | 0 | 0.8 | 0.14 | 127.46 | 0.84 | 0.47 |
| Hex | 13 | DC | 2C | 5B | 0 | 50 | E | 7F | 54 | 2F |
| Octal | 23 | 334 | 54 | 133 | 0 | 120 | 16 | 177 | 124 | 57 |
| Binary | 10011 | 11011100 | 101100 | 1011011 | 0 | 1010000 | 1110 | 1111111 | 1010100 | 101111 |
Color Harmonies of #13DC2C
Complementary color
Monochromatic Colors of #13DC2C
Black with #13DC2C
Text Example
Text Example
White with #13DC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DC2C; }
p { color: rgb(19,220,44); }
H1.HeaderClassName
{
color: #13DC2C;
}
.AnyTagClassName
{
color: #13DC2C;
}
</style>
background-color css
<style>
a { background-color: #13DC2C; }
a { background-color: rgb(19,220,44); }
div.DivClassName
{
background-color: #13DC2C;
}
.BgClassName
{
background-color: #13DC2C;
}
</style>
border-color css
<style>
span { border-color: #13DC2C; }
span { border-color: rgb(19,220,44); }
td.TdClassName
{
border-color: #13DC2C;
}
.TagClassName
{
border-color: #13DC2C;
}
</style>