Shades of Lime Green #34C534
Tints of Lime Green #34C534
RGB
CMYK
RGB Variations
Color information
#34C534 (or 0x34C534) is known color: Lime Green. HEX triplet: 34, C5 and 34. RGB value is (52,197,52). Sum of RGB (Red+Green+Blue) = 52+197+52=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #34C534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C534 is #CB3ACB. Grayscale: #898989. Windows color (decimal): -13318860 or 3458356. OLE color: 3458356.
HSL color Cylindrical-coordinate representation of color #34C534: hue angle of 120º 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 #34C534 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 197 | 52 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.23 |
| HSL | 120º | 0.58% | 0.49% | - |
| HSV(B) | 120º | 0.74% | 0.77% | - |
| XYZ | 22 | 40.91 | 9.99 | - |
| YUV | 137.12 | 79.96 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 52 | 0.74 | 0 | 0.74 | 0.23 | 120 | 0.58 | 0.49 |
| Hex | 34 | C5 | 34 | 4A | 0 | 4A | 17 | 78 | 3A | 31 |
| Octal | 64 | 305 | 64 | 112 | 0 | 112 | 27 | 170 | 72 | 61 |
| Binary | 110100 | 11000101 | 110100 | 1001010 | 0 | 1001010 | 10111 | 1111000 | 111010 | 110001 |
Color Harmonies of #34C534
Complementary color
Monochromatic Colors of #34C534
Black with #34C534
Text Example
Text Example
White with #34C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C534; }
p { color: rgb(52,197,52); }
H1.HeaderClassName
{
color: #34C534;
}
.AnyTagClassName
{
color: #34C534;
}
</style>
background-color css
<style>
a { background-color: #34C534; }
a { background-color: rgb(52,197,52); }
div.DivClassName
{
background-color: #34C534;
}
.BgClassName
{
background-color: #34C534;
}
</style>
border-color css
<style>
span { border-color: #34C534; }
span { border-color: rgb(52,197,52); }
td.TdClassName
{
border-color: #34C534;
}
.TagClassName
{
border-color: #34C534;
}
</style>