Shades of Lime Green #34D334
Tints of Lime Green #34D334
RGB
CMYK
RGB Variations
Color information
#34D334 (or 0x34D334) is known color: Lime Green. HEX triplet: 34, D3 and 34. RGB value is (52,211,52). Sum of RGB (Red+Green+Blue) = 52+211+52=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 211 (82.81% from 255 or 66.98% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 211 - color contains mainly: green. Hex color #34D334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D334 is #CB2CCB. Grayscale: #919191. Windows color (decimal): -13315276 or 3461940. OLE color: 3461940.
HSL color Cylindrical-coordinate representation of color #34D334: hue angle of 120º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D334 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 211 | 52 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.17 |
| HSL | 120º | 0.64% | 0.52% | - |
| HSV(B) | 120º | 0.75% | 0.83% | - |
| XYZ | 25.33 | 47.57 | 11.1 | - |
| YUV | 145.33 | 75.32 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 211 | 52 | 0.75 | 0 | 0.75 | 0.17 | 120 | 0.64 | 0.52 |
| Hex | 34 | D3 | 34 | 4B | 0 | 4B | 11 | 78 | 40 | 34 |
| Octal | 64 | 323 | 64 | 113 | 0 | 113 | 21 | 170 | 100 | 64 |
| Binary | 110100 | 11010011 | 110100 | 1001011 | 0 | 1001011 | 10001 | 1111000 | 1000000 | 110100 |
Color Harmonies of #34D334
Complementary color
Monochromatic Colors of #34D334
Black with #34D334
Text Example
Text Example
White with #34D334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D334; }
p { color: rgb(52,211,52); }
H1.HeaderClassName
{
color: #34D334;
}
.AnyTagClassName
{
color: #34D334;
}
</style>
background-color css
<style>
a { background-color: #34D334; }
a { background-color: rgb(52,211,52); }
div.DivClassName
{
background-color: #34D334;
}
.BgClassName
{
background-color: #34D334;
}
</style>
border-color css
<style>
span { border-color: #34D334; }
span { border-color: rgb(52,211,52); }
td.TdClassName
{
border-color: #34D334;
}
.TagClassName
{
border-color: #34D334;
}
</style>