Shades of Lime Green #34C54C
Tints of Lime Green #34C54C
RGB
CMYK
RGB Variations
Color information
#34C54C (or 0x34C54C) is known color: Lime Green. HEX triplet: 34, C5 and 4C. RGB value is (52,197,76). Sum of RGB (Red+Green+Blue) = 52+197+76=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #34C54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C54C is #CB3AB3. Grayscale: #8C8C8C. Windows color (decimal): -13318836 or 5031220. OLE color: 5031220.
HSL color Cylindrical-coordinate representation of color #34C54C: hue angle of 129.93º 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 #34C54C is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 197 | 76 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.23 |
| HSL | 129.93º | 0.58% | 0.49% | - |
| HSV(B) | 129.93º | 0.74% | 0.77% | - |
| XYZ | 22.69 | 41.18 | 13.59 | - |
| YUV | 139.85 | 91.96 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 76 | 0.74 | 0 | 0.61 | 0.23 | 129.93 | 0.58 | 0.49 |
| Hex | 34 | C5 | 4C | 4A | 0 | 3D | 17 | 82 | 3A | 31 |
| Octal | 64 | 305 | 114 | 112 | 0 | 75 | 27 | 202 | 72 | 61 |
| Binary | 110100 | 11000101 | 1001100 | 1001010 | 0 | 111101 | 10111 | 10000010 | 111010 | 110001 |
Color Harmonies of #34C54C
Complementary color
Monochromatic Colors of #34C54C
Black with #34C54C
Text Example
Text Example
White with #34C54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C54C; }
p { color: rgb(52,197,76); }
H1.HeaderClassName
{
color: #34C54C;
}
.AnyTagClassName
{
color: #34C54C;
}
</style>
background-color css
<style>
a { background-color: #34C54C; }
a { background-color: rgb(52,197,76); }
div.DivClassName
{
background-color: #34C54C;
}
.BgClassName
{
background-color: #34C54C;
}
</style>
border-color css
<style>
span { border-color: #34C54C; }
span { border-color: rgb(52,197,76); }
td.TdClassName
{
border-color: #34C54C;
}
.TagClassName
{
border-color: #34C54C;
}
</style>