Shades of Lime Green #34D615
Tints of Lime Green #34D615
RGB
CMYK
RGB Variations
Color information
#34D615 (or 0x34D615) is known color: Lime Green. HEX triplet: 34, D6 and 15. RGB value is (52,214,21). Sum of RGB (Red+Green+Blue) = 52+214+21=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 214 (83.98% from 255 or 74.56% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 214 - color contains mainly: green. Hex color #34D615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D615 is #CB29EA. Grayscale: #909090. Windows color (decimal): -13314539 or 1431092. OLE color: 1431092.
HSL color Cylindrical-coordinate representation of color #34D615: hue angle of 110.36º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34D615 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 21 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.16 |
| HSL | 110.36º | 0.82% | 0.46% | - |
| HSV(B) | 110.36º | 0.9% | 0.84% | - |
| XYZ | 25.6 | 48.88 | 8.79 | - |
| YUV | 143.56 | 58.83 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 21 | 0.76 | 0 | 0.90 | 0.16 | 110.36 | 0.82 | 0.46 |
| Hex | 34 | D6 | 15 | 4C | 0 | 5A | 10 | 6E | 52 | 2E |
| Octal | 64 | 326 | 25 | 114 | 0 | 132 | 20 | 156 | 122 | 56 |
| Binary | 110100 | 11010110 | 10101 | 1001100 | 0 | 1011010 | 10000 | 1101110 | 1010010 | 101110 |
Color Harmonies of #34D615
Complementary color
Monochromatic Colors of #34D615
Black with #34D615
Text Example
Text Example
White with #34D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D615; }
p { color: rgb(52,214,21); }
H1.HeaderClassName
{
color: #34D615;
}
.AnyTagClassName
{
color: #34D615;
}
</style>
background-color css
<style>
a { background-color: #34D615; }
a { background-color: rgb(52,214,21); }
div.DivClassName
{
background-color: #34D615;
}
.BgClassName
{
background-color: #34D615;
}
</style>
border-color css
<style>
span { border-color: #34D615; }
span { border-color: rgb(52,214,21); }
td.TdClassName
{
border-color: #34D615;
}
.TagClassName
{
border-color: #34D615;
}
</style>