Shades of Lime Green #34D315
Tints of Lime Green #34D315
RGB
CMYK
RGB Variations
Color information
#34D315 (or 0x34D315) is known color: Lime Green. HEX triplet: 34, D3 and 15. RGB value is (52,211,21). Sum of RGB (Red+Green+Blue) = 52+211+21=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 211 (82.81% from 255 or 74.30% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 211 - color contains mainly: green. Hex color #34D315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D315 is #CB2CEA. Grayscale: #8E8E8E. Windows color (decimal): -13315307 or 1430324. OLE color: 1430324.
HSL color Cylindrical-coordinate representation of color #34D315: hue angle of 110.21º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34D315 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 211 | 21 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.17 |
| HSL | 110.21º | 0.82% | 0.45% | - |
| HSV(B) | 110.21º | 0.9% | 0.83% | - |
| XYZ | 24.85 | 47.37 | 8.54 | - |
| YUV | 141.8 | 59.82 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 211 | 21 | 0.75 | 0 | 0.90 | 0.17 | 110.21 | 0.82 | 0.45 |
| Hex | 34 | D3 | 15 | 4B | 0 | 5A | 11 | 6E | 52 | 2D |
| Octal | 64 | 323 | 25 | 113 | 0 | 132 | 21 | 156 | 122 | 55 |
| Binary | 110100 | 11010011 | 10101 | 1001011 | 0 | 1011010 | 10001 | 1101110 | 1010010 | 101101 |
Color Harmonies of #34D315
Complementary color
Monochromatic Colors of #34D315
Black with #34D315
Text Example
Text Example
White with #34D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D315; }
p { color: rgb(52,211,21); }
H1.HeaderClassName
{
color: #34D315;
}
.AnyTagClassName
{
color: #34D315;
}
</style>
background-color css
<style>
a { background-color: #34D315; }
a { background-color: rgb(52,211,21); }
div.DivClassName
{
background-color: #34D315;
}
.BgClassName
{
background-color: #34D315;
}
</style>
border-color css
<style>
span { border-color: #34D315; }
span { border-color: rgb(52,211,21); }
td.TdClassName
{
border-color: #34D315;
}
.TagClassName
{
border-color: #34D315;
}
</style>