Shades of Lime Green #34D250
Tints of Lime Green #34D250
RGB
CMYK
RGB Variations
Color information
#34D250 (or 0x34D250) is known color: Lime Green. HEX triplet: 34, D2 and 50. RGB value is (52,210,80). Sum of RGB (Red+Green+Blue) = 52+210+80=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #34D250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D250 is #CB2DAF. Grayscale: #949494. Windows color (decimal): -13315504 or 5296692. OLE color: 5296692.
HSL color Cylindrical-coordinate representation of color #34D250: hue angle of 130.63º 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 #34D250 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 210 | 80 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.18 |
| HSL | 130.63º | 0.64% | 0.51% | - |
| HSV(B) | 130.63º | 0.75% | 0.82% | - |
| XYZ | 25.91 | 47.4 | 15.37 | - |
| YUV | 147.94 | 89.65 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 80 | 0.75 | 0 | 0.62 | 0.18 | 130.63 | 0.64 | 0.51 |
| Hex | 34 | D2 | 50 | 4B | 0 | 3E | 12 | 83 | 40 | 33 |
| Octal | 64 | 322 | 120 | 113 | 0 | 76 | 22 | 203 | 100 | 63 |
| Binary | 110100 | 11010010 | 1010000 | 1001011 | 0 | 111110 | 10010 | 10000011 | 1000000 | 110011 |
Color Harmonies of #34D250
Complementary color
Monochromatic Colors of #34D250
Black with #34D250
Text Example
Text Example
White with #34D250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D250; }
p { color: rgb(52,210,80); }
H1.HeaderClassName
{
color: #34D250;
}
.AnyTagClassName
{
color: #34D250;
}
</style>
background-color css
<style>
a { background-color: #34D250; }
a { background-color: rgb(52,210,80); }
div.DivClassName
{
background-color: #34D250;
}
.BgClassName
{
background-color: #34D250;
}
</style>
border-color css
<style>
span { border-color: #34D250; }
span { border-color: rgb(52,210,80); }
td.TdClassName
{
border-color: #34D250;
}
.TagClassName
{
border-color: #34D250;
}
</style>