Shades of Lime Green #13D52B
Tints of Lime Green #13D52B
RGB
CMYK
RGB Variations
Color information
#13D52B (or 0x13D52B) is known color: Lime Green. HEX triplet: 13, D5 and 2B. RGB value is (19,213,43). Sum of RGB (Red+Green+Blue) = 19+213+43=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 213 (83.59% from 255 or 77.45% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 213 - color contains mainly: green. Hex color #13D52B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D52B is #EC2AD4. Grayscale: #888888. Windows color (decimal): -15477461 or 2872595. OLE color: 2872595.
HSL color Cylindrical-coordinate representation of color #13D52B: hue angle of 127.42º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D52B is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 213 | 43 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.16 |
| HSL | 127.42º | 0.84% | 0.45% | - |
| HSV(B) | 127.42º | 0.91% | 0.84% | - |
| XYZ | 24.5 | 47.9 | 10.24 | - |
| YUV | 135.61 | 75.73 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 213 | 43 | 0.91 | 0 | 0.80 | 0.16 | 127.42 | 0.84 | 0.45 |
| Hex | 13 | D5 | 2B | 5B | 0 | 50 | 10 | 7F | 54 | 2D |
| Octal | 23 | 325 | 53 | 133 | 0 | 120 | 20 | 177 | 124 | 55 |
| Binary | 10011 | 11010101 | 101011 | 1011011 | 0 | 1010000 | 10000 | 1111111 | 1010100 | 101101 |
Color Harmonies of #13D52B
Complementary color
Monochromatic Colors of #13D52B
Black with #13D52B
Text Example
Text Example
White with #13D52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D52B; }
p { color: rgb(19,213,43); }
H1.HeaderClassName
{
color: #13D52B;
}
.AnyTagClassName
{
color: #13D52B;
}
</style>
background-color css
<style>
a { background-color: #13D52B; }
a { background-color: rgb(19,213,43); }
div.DivClassName
{
background-color: #13D52B;
}
.BgClassName
{
background-color: #13D52B;
}
</style>
border-color css
<style>
span { border-color: #13D52B; }
span { border-color: rgb(19,213,43); }
td.TdClassName
{
border-color: #13D52B;
}
.TagClassName
{
border-color: #13D52B;
}
</style>