Shades of Lime Green #34C536
Tints of Lime Green #34C536
RGB
CMYK
RGB Variations
Color information
#34C536 (or 0x34C536) is known color: Lime Green. HEX triplet: 34, C5 and 36. RGB value is (52,197,54). Sum of RGB (Red+Green+Blue) = 52+197+54=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 197 (77.34% from 255 or 65.02% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 197 - color contains mainly: green. Hex color #34C536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C536 is #CB3AC9. Grayscale: #898989. Windows color (decimal): -13318858 or 3589428. OLE color: 3589428.
HSL color Cylindrical-coordinate representation of color #34C536: hue angle of 120.83º 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 #34C536 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 197 | 54 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.23 |
| HSL | 120.83º | 0.58% | 0.49% | - |
| HSV(B) | 120.83º | 0.74% | 0.77% | - |
| XYZ | 22.05 | 40.93 | 10.23 | - |
| YUV | 137.34 | 80.96 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 54 | 0.74 | 0 | 0.73 | 0.23 | 120.83 | 0.58 | 0.49 |
| Hex | 34 | C5 | 36 | 4A | 0 | 49 | 17 | 79 | 3A | 31 |
| Octal | 64 | 305 | 66 | 112 | 0 | 111 | 27 | 171 | 72 | 61 |
| Binary | 110100 | 11000101 | 110110 | 1001010 | 0 | 1001001 | 10111 | 1111001 | 111010 | 110001 |
Color Harmonies of #34C536
Complementary color
Monochromatic Colors of #34C536
Black with #34C536
Text Example
Text Example
White with #34C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C536; }
p { color: rgb(52,197,54); }
H1.HeaderClassName
{
color: #34C536;
}
.AnyTagClassName
{
color: #34C536;
}
</style>
background-color css
<style>
a { background-color: #34C536; }
a { background-color: rgb(52,197,54); }
div.DivClassName
{
background-color: #34C536;
}
.BgClassName
{
background-color: #34C536;
}
</style>
border-color css
<style>
span { border-color: #34C536; }
span { border-color: rgb(52,197,54); }
td.TdClassName
{
border-color: #34C536;
}
.TagClassName
{
border-color: #34C536;
}
</style>