Shades of Lime Green #34D253
Tints of Lime Green #34D253
RGB
CMYK
RGB Variations
Color information
#34D253 (or 0x34D253) is known color: Lime Green. HEX triplet: 34, D2 and 53. RGB value is (52,210,83). Sum of RGB (Red+Green+Blue) = 52+210+83=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #34D253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D253 is #CB2DAC. Grayscale: #949494. Windows color (decimal): -13315501 or 5493300. OLE color: 5493300.
HSL color Cylindrical-coordinate representation of color #34D253: hue angle of 131.77º 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 #34D253 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 210 | 83 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.18 |
| HSL | 131.77º | 0.64% | 0.51% | - |
| HSV(B) | 131.77º | 0.75% | 0.82% | - |
| XYZ | 26.02 | 47.45 | 15.97 | - |
| YUV | 148.28 | 91.15 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 83 | 0.75 | 0 | 0.60 | 0.18 | 131.77 | 0.64 | 0.51 |
| Hex | 34 | D2 | 53 | 4B | 0 | 3C | 12 | 84 | 40 | 33 |
| Octal | 64 | 322 | 123 | 113 | 0 | 74 | 22 | 204 | 100 | 63 |
| Binary | 110100 | 11010010 | 1010011 | 1001011 | 0 | 111100 | 10010 | 10000100 | 1000000 | 110011 |
Color Harmonies of #34D253
Complementary color
Monochromatic Colors of #34D253
Black with #34D253
Text Example
Text Example
White with #34D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D253; }
p { color: rgb(52,210,83); }
H1.HeaderClassName
{
color: #34D253;
}
.AnyTagClassName
{
color: #34D253;
}
</style>
background-color css
<style>
a { background-color: #34D253; }
a { background-color: rgb(52,210,83); }
div.DivClassName
{
background-color: #34D253;
}
.BgClassName
{
background-color: #34D253;
}
</style>
border-color css
<style>
span { border-color: #34D253; }
span { border-color: rgb(52,210,83); }
td.TdClassName
{
border-color: #34D253;
}
.TagClassName
{
border-color: #34D253;
}
</style>