Shades of Lime Green #34D24F
Tints of Lime Green #34D24F
RGB
CMYK
RGB Variations
Color information
#34D24F (or 0x34D24F) is known color: Lime Green. HEX triplet: 34, D2 and 4F. RGB value is (52,210,79). Sum of RGB (Red+Green+Blue) = 52+210+79=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 210 (82.42% from 255 or 61.58% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 210 - color contains mainly: green. Hex color #34D24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D24F is #CB2DB0. Grayscale: #949494. Windows color (decimal): -13315505 or 5231156. OLE color: 5231156.
HSL color Cylindrical-coordinate representation of color #34D24F: hue angle of 130.25º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D24F is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 210 | 79 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.18 |
| HSL | 130.25º | 0.64% | 0.51% | - |
| HSV(B) | 130.25º | 0.75% | 0.82% | - |
| XYZ | 25.87 | 47.39 | 15.18 | - |
| YUV | 147.82 | 89.15 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 79 | 0.75 | 0 | 0.62 | 0.18 | 130.25 | 0.64 | 0.51 |
| Hex | 34 | D2 | 4F | 4B | 0 | 3E | 12 | 82 | 40 | 33 |
| Octal | 64 | 322 | 117 | 113 | 0 | 76 | 22 | 202 | 100 | 63 |
| Binary | 110100 | 11010010 | 1001111 | 1001011 | 0 | 111110 | 10010 | 10000010 | 1000000 | 110011 |
Color Harmonies of #34D24F
Complementary color
Monochromatic Colors of #34D24F
Black with #34D24F
Text Example
Text Example
White with #34D24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D24F; }
p { color: rgb(52,210,79); }
H1.HeaderClassName
{
color: #34D24F;
}
.AnyTagClassName
{
color: #34D24F;
}
</style>
background-color css
<style>
a { background-color: #34D24F; }
a { background-color: rgb(52,210,79); }
div.DivClassName
{
background-color: #34D24F;
}
.BgClassName
{
background-color: #34D24F;
}
</style>
border-color css
<style>
span { border-color: #34D24F; }
span { border-color: rgb(52,210,79); }
td.TdClassName
{
border-color: #34D24F;
}
.TagClassName
{
border-color: #34D24F;
}
</style>