Shades of Lime Green #34CF50
Tints of Lime Green #34CF50
RGB
CMYK
RGB Variations
Color information
#34CF50 (or 0x34CF50) is known color: Lime Green. HEX triplet: 34, CF and 50. RGB value is (52,207,80). Sum of RGB (Red+Green+Blue) = 52+207+80=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CF50 is #CB30AF. Grayscale: #929292. Windows color (decimal): -13316272 or 5295924. OLE color: 5295924.
HSL color Cylindrical-coordinate representation of color #34CF50: hue angle of 130.84º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CF50 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 80 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.19 |
| HSL | 130.84º | 0.62% | 0.51% | - |
| HSV(B) | 130.84º | 0.75% | 0.81% | - |
| XYZ | 25.18 | 45.93 | 15.13 | - |
| YUV | 146.18 | 90.65 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 80 | 0.75 | 0 | 0.61 | 0.19 | 130.84 | 0.62 | 0.51 |
| Hex | 34 | CF | 50 | 4B | 0 | 3D | 13 | 83 | 3E | 33 |
| Octal | 64 | 317 | 120 | 113 | 0 | 75 | 23 | 203 | 76 | 63 |
| Binary | 110100 | 11001111 | 1010000 | 1001011 | 0 | 111101 | 10011 | 10000011 | 111110 | 110011 |
Color Harmonies of #34CF50
Complementary color
Monochromatic Colors of #34CF50
Black with #34CF50
Text Example
Text Example
White with #34CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CF50; }
p { color: rgb(52,207,80); }
H1.HeaderClassName
{
color: #34CF50;
}
.AnyTagClassName
{
color: #34CF50;
}
</style>
background-color css
<style>
a { background-color: #34CF50; }
a { background-color: rgb(52,207,80); }
div.DivClassName
{
background-color: #34CF50;
}
.BgClassName
{
background-color: #34CF50;
}
</style>
border-color css
<style>
span { border-color: #34CF50; }
span { border-color: rgb(52,207,80); }
td.TdClassName
{
border-color: #34CF50;
}
.TagClassName
{
border-color: #34CF50;
}
</style>