Shades of Lime Green #13C823
Tints of Lime Green #13C823
RGB
CMYK
RGB Variations
Color information
#13C823 (or 0x13C823) is known color: Lime Green. HEX triplet: 13, C8 and 23. RGB value is (19,200,35). Sum of RGB (Red+Green+Blue) = 19+200+35=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 200 (78.52% from 255 or 78.74% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 200 - color contains mainly: green. Hex color #13C823 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C823 is #EC37DC. Grayscale: #7F7F7F. Windows color (decimal): -15480797 or 2344979. OLE color: 2344979.
HSL color Cylindrical-coordinate representation of color #13C823: hue angle of 125.3º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C823 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 200 | 35 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.22 |
| HSL | 125.3º | 0.83% | 0.43% | - |
| HSV(B) | 125.3º | 0.91% | 0.78% | - |
| XYZ | 21.23 | 41.57 | 8.49 | - |
| YUV | 127.07 | 76.03 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 35 | 0.90 | 0 | 0.82 | 0.22 | 125.3 | 0.83 | 0.43 |
| Hex | 13 | C8 | 23 | 5A | 0 | 52 | 16 | 7D | 53 | 2B |
| Octal | 23 | 310 | 43 | 132 | 0 | 122 | 26 | 175 | 123 | 53 |
| Binary | 10011 | 11001000 | 100011 | 1011010 | 0 | 1010010 | 10110 | 1111101 | 1010011 | 101011 |
Color Harmonies of #13C823
Complementary color
Monochromatic Colors of #13C823
Black with #13C823
Text Example
Text Example
White with #13C823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C823; }
p { color: rgb(19,200,35); }
H1.HeaderClassName
{
color: #13C823;
}
.AnyTagClassName
{
color: #13C823;
}
</style>
background-color css
<style>
a { background-color: #13C823; }
a { background-color: rgb(19,200,35); }
div.DivClassName
{
background-color: #13C823;
}
.BgClassName
{
background-color: #13C823;
}
</style>
border-color css
<style>
span { border-color: #13C823; }
span { border-color: rgb(19,200,35); }
td.TdClassName
{
border-color: #13C823;
}
.TagClassName
{
border-color: #13C823;
}
</style>