Shades of Lime Green #34C54E
Tints of Lime Green #34C54E
RGB
CMYK
RGB Variations
Color information
#34C54E (or 0x34C54E) is known color: Lime Green. HEX triplet: 34, C5 and 4E. RGB value is (52,197,78). Sum of RGB (Red+Green+Blue) = 52+197+78=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #34C54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C54E is #CB3AB1. Grayscale: #8C8C8C. Windows color (decimal): -13318834 or 5162292. OLE color: 5162292.
HSL color Cylindrical-coordinate representation of color #34C54E: hue angle of 130.76º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C54E is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 197 | 78 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.23 |
| HSL | 130.76º | 0.58% | 0.49% | - |
| HSV(B) | 130.76º | 0.74% | 0.77% | - |
| XYZ | 22.76 | 41.21 | 13.96 | - |
| YUV | 140.08 | 92.96 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 78 | 0.74 | 0 | 0.60 | 0.23 | 130.76 | 0.58 | 0.49 |
| Hex | 34 | C5 | 4E | 4A | 0 | 3C | 17 | 83 | 3A | 31 |
| Octal | 64 | 305 | 116 | 112 | 0 | 74 | 27 | 203 | 72 | 61 |
| Binary | 110100 | 11000101 | 1001110 | 1001010 | 0 | 111100 | 10111 | 10000011 | 111010 | 110001 |
Color Harmonies of #34C54E
Complementary color
Monochromatic Colors of #34C54E
Black with #34C54E
Text Example
Text Example
White with #34C54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C54E; }
p { color: rgb(52,197,78); }
H1.HeaderClassName
{
color: #34C54E;
}
.AnyTagClassName
{
color: #34C54E;
}
</style>
background-color css
<style>
a { background-color: #34C54E; }
a { background-color: rgb(52,197,78); }
div.DivClassName
{
background-color: #34C54E;
}
.BgClassName
{
background-color: #34C54E;
}
</style>
border-color css
<style>
span { border-color: #34C54E; }
span { border-color: rgb(52,197,78); }
td.TdClassName
{
border-color: #34C54E;
}
.TagClassName
{
border-color: #34C54E;
}
</style>