Shades of Lime Green #34C537
Tints of Lime Green #34C537
RGB
CMYK
RGB Variations
Color information
#34C537 (or 0x34C537) is known color: Lime Green. HEX triplet: 34, C5 and 37. RGB value is (52,197,55). Sum of RGB (Red+Green+Blue) = 52+197+55=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 197 (77.34% from 255 or 64.80% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 197 - color contains mainly: green. Hex color #34C537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C537 is #CB3AC8. Grayscale: #898989. Windows color (decimal): -13318857 or 3654964. OLE color: 3654964.
HSL color Cylindrical-coordinate representation of color #34C537: hue angle of 121.24º 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 #34C537 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 197 | 55 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.23 |
| HSL | 121.24º | 0.58% | 0.49% | - |
| HSV(B) | 121.24º | 0.74% | 0.77% | - |
| XYZ | 22.07 | 40.94 | 10.35 | - |
| YUV | 137.46 | 81.46 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 55 | 0.74 | 0 | 0.72 | 0.23 | 121.24 | 0.58 | 0.49 |
| Hex | 34 | C5 | 37 | 4A | 0 | 48 | 17 | 79 | 3A | 31 |
| Octal | 64 | 305 | 67 | 112 | 0 | 110 | 27 | 171 | 72 | 61 |
| Binary | 110100 | 11000101 | 110111 | 1001010 | 0 | 1001000 | 10111 | 1111001 | 111010 | 110001 |
Color Harmonies of #34C537
Complementary color
Monochromatic Colors of #34C537
Black with #34C537
Text Example
Text Example
White with #34C537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C537; }
p { color: rgb(52,197,55); }
H1.HeaderClassName
{
color: #34C537;
}
.AnyTagClassName
{
color: #34C537;
}
</style>
background-color css
<style>
a { background-color: #34C537; }
a { background-color: rgb(52,197,55); }
div.DivClassName
{
background-color: #34C537;
}
.BgClassName
{
background-color: #34C537;
}
</style>
border-color css
<style>
span { border-color: #34C537; }
span { border-color: rgb(52,197,55); }
td.TdClassName
{
border-color: #34C537;
}
.TagClassName
{
border-color: #34C537;
}
</style>