Shades of Lime Green #13E02C
Tints of Lime Green #13E02C
RGB
CMYK
RGB Variations
Color information
#13E02C (or 0x13E02C) is known color: Lime Green. HEX triplet: 13, E0 and 2C. RGB value is (19,224,44). Sum of RGB (Red+Green+Blue) = 19+224+44=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 224 (87.89% from 255 or 78.05% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 224 - color contains mainly: green. Hex color #13E02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E02C is #EC1FD3. Grayscale: #8E8E8E. Windows color (decimal): -15474644 or 2940947. OLE color: 2940947.
HSL color Cylindrical-coordinate representation of color #13E02C: hue angle of 127.32º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E02C is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 224 | 44 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.12 |
| HSL | 127.32º | 0.84% | 0.48% | - |
| HSV(B) | 127.32º | 0.92% | 0.88% | - |
| XYZ | 27.38 | 53.63 | 11.29 | - |
| YUV | 142.19 | 72.58 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 224 | 44 | 0.92 | 0 | 0.80 | 0.12 | 127.32 | 0.84 | 0.48 |
| Hex | 13 | E0 | 2C | 5C | 0 | 50 | C | 7F | 54 | 30 |
| Octal | 23 | 340 | 54 | 134 | 0 | 120 | 14 | 177 | 124 | 60 |
| Binary | 10011 | 11100000 | 101100 | 1011100 | 0 | 1010000 | 1100 | 1111111 | 1010100 | 110000 |
Color Harmonies of #13E02C
Complementary color
Monochromatic Colors of #13E02C
Black with #13E02C
Text Example
Text Example
White with #13E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E02C; }
p { color: rgb(19,224,44); }
H1.HeaderClassName
{
color: #13E02C;
}
.AnyTagClassName
{
color: #13E02C;
}
</style>
background-color css
<style>
a { background-color: #13E02C; }
a { background-color: rgb(19,224,44); }
div.DivClassName
{
background-color: #13E02C;
}
.BgClassName
{
background-color: #13E02C;
}
</style>
border-color css
<style>
span { border-color: #13E02C; }
span { border-color: rgb(19,224,44); }
td.TdClassName
{
border-color: #13E02C;
}
.TagClassName
{
border-color: #13E02C;
}
</style>