Shades of Lime Green #13D623
Tints of Lime Green #13D623
RGB
CMYK
RGB Variations
Color information
#13D623 (or 0x13D623) is known color: Lime Green. HEX triplet: 13, D6 and 23. RGB value is (19,214,35). Sum of RGB (Red+Green+Blue) = 19+214+35=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 214 (83.98% from 255 or 79.85% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 214 - color contains mainly: green. Hex color #13D623 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D623 is #EC29DC. Grayscale: #878787. Windows color (decimal): -15477213 or 2348563. OLE color: 2348563.
HSL color Cylindrical-coordinate representation of color #13D623: hue angle of 124.92º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D623 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 35 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.16 |
| HSL | 124.92º | 0.84% | 0.46% | - |
| HSV(B) | 124.92º | 0.91% | 0.84% | - |
| XYZ | 24.62 | 48.35 | 9.63 | - |
| YUV | 135.29 | 71.4 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 35 | 0.91 | 0 | 0.84 | 0.16 | 124.92 | 0.84 | 0.46 |
| Hex | 13 | D6 | 23 | 5B | 0 | 54 | 10 | 7D | 54 | 2E |
| Octal | 23 | 326 | 43 | 133 | 0 | 124 | 20 | 175 | 124 | 56 |
| Binary | 10011 | 11010110 | 100011 | 1011011 | 0 | 1010100 | 10000 | 1111101 | 1010100 | 101110 |
Color Harmonies of #13D623
Complementary color
Monochromatic Colors of #13D623
Black with #13D623
Text Example
Text Example
White with #13D623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D623; }
p { color: rgb(19,214,35); }
H1.HeaderClassName
{
color: #13D623;
}
.AnyTagClassName
{
color: #13D623;
}
</style>
background-color css
<style>
a { background-color: #13D623; }
a { background-color: rgb(19,214,35); }
div.DivClassName
{
background-color: #13D623;
}
.BgClassName
{
background-color: #13D623;
}
</style>
border-color css
<style>
span { border-color: #13D623; }
span { border-color: rgb(19,214,35); }
td.TdClassName
{
border-color: #13D623;
}
.TagClassName
{
border-color: #13D623;
}
</style>