Shades of Lime Green #13DB27
Tints of Lime Green #13DB27
RGB
CMYK
RGB Variations
Color information
#13DB27 (or 0x13DB27) is known color: Lime Green. HEX triplet: 13, DB and 27. RGB value is (19,219,39). Sum of RGB (Red+Green+Blue) = 19+219+39=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 219 (85.94% from 255 or 79.06% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DB27 is #EC24D8. Grayscale: #8B8B8B. Windows color (decimal): -15475929 or 2611987. OLE color: 2611987.
HSL color Cylindrical-coordinate representation of color #13DB27: hue angle of 126º 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 #13DB27 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 39 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.14 |
| HSL | 126º | 0.84% | 0.47% | - |
| HSV(B) | 126º | 0.91% | 0.86% | - |
| XYZ | 25.97 | 50.95 | 10.38 | - |
| YUV | 138.68 | 71.74 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 39 | 0.91 | 0 | 0.82 | 0.14 | 126 | 0.84 | 0.47 |
| Hex | 13 | DB | 27 | 5B | 0 | 52 | E | 7E | 54 | 2F |
| Octal | 23 | 333 | 47 | 133 | 0 | 122 | 16 | 176 | 124 | 57 |
| Binary | 10011 | 11011011 | 100111 | 1011011 | 0 | 1010010 | 1110 | 1111110 | 1010100 | 101111 |
Color Harmonies of #13DB27
Complementary color
Monochromatic Colors of #13DB27
Black with #13DB27
Text Example
Text Example
White with #13DB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB27; }
p { color: rgb(19,219,39); }
H1.HeaderClassName
{
color: #13DB27;
}
.AnyTagClassName
{
color: #13DB27;
}
</style>
background-color css
<style>
a { background-color: #13DB27; }
a { background-color: rgb(19,219,39); }
div.DivClassName
{
background-color: #13DB27;
}
.BgClassName
{
background-color: #13DB27;
}
</style>
border-color css
<style>
span { border-color: #13DB27; }
span { border-color: rgb(19,219,39); }
td.TdClassName
{
border-color: #13DB27;
}
.TagClassName
{
border-color: #13DB27;
}
</style>