Shades of Lime Green #34DF13
Tints of Lime Green #34DF13
RGB
CMYK
RGB Variations
Color information
#34DF13 (or 0x34DF13) is known color: Lime Green. HEX triplet: 34, DF and 13. RGB value is (52,223,19). Sum of RGB (Red+Green+Blue) = 52+223+19=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 223 (87.5% from 255 or 75.85% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DF13 is #CB20EC. Grayscale: #959595. Windows color (decimal): -13312237 or 1302324. OLE color: 1302324.
HSL color Cylindrical-coordinate representation of color #34DF13: hue angle of 110.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34DF13 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 223 | 19 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.13 |
| HSL | 110.29º | 0.84% | 0.47% | - |
| HSV(B) | 110.29º | 0.91% | 0.87% | - |
| XYZ | 27.92 | 53.55 | 9.48 | - |
| YUV | 148.62 | 54.85 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 223 | 19 | 0.77 | 0 | 0.91 | 0.13 | 110.29 | 0.84 | 0.47 |
| Hex | 34 | DF | 13 | 4D | 0 | 5B | D | 6E | 54 | 2F |
| Octal | 64 | 337 | 23 | 115 | 0 | 133 | 15 | 156 | 124 | 57 |
| Binary | 110100 | 11011111 | 10011 | 1001101 | 0 | 1011011 | 1101 | 1101110 | 1010100 | 101111 |
Color Harmonies of #34DF13
Complementary color
Monochromatic Colors of #34DF13
Black with #34DF13
Text Example
Text Example
White with #34DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DF13; }
p { color: rgb(52,223,19); }
H1.HeaderClassName
{
color: #34DF13;
}
.AnyTagClassName
{
color: #34DF13;
}
</style>
background-color css
<style>
a { background-color: #34DF13; }
a { background-color: rgb(52,223,19); }
div.DivClassName
{
background-color: #34DF13;
}
.BgClassName
{
background-color: #34DF13;
}
</style>
border-color css
<style>
span { border-color: #34DF13; }
span { border-color: rgb(52,223,19); }
td.TdClassName
{
border-color: #34DF13;
}
.TagClassName
{
border-color: #34DF13;
}
</style>