Shades of Lime Green #34C037
Tints of Lime Green #34C037
RGB
CMYK
RGB Variations
Color information
#34C037 (or 0x34C037) is known color: Lime Green. HEX triplet: 34, C0 and 37. RGB value is (52,192,55). Sum of RGB (Red+Green+Blue) = 52+192+55=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #34C037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C037 is #CB3FC8. Grayscale: #868686. Windows color (decimal): -13320137 or 3653684. OLE color: 3653684.
HSL color Cylindrical-coordinate representation of color #34C037: hue angle of 121.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C037 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 55 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.25 |
| HSL | 121.29º | 0.57% | 0.48% | - |
| HSV(B) | 121.29º | 0.73% | 0.75% | - |
| XYZ | 20.96 | 38.71 | 9.98 | - |
| YUV | 134.52 | 83.12 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 55 | 0.73 | 0 | 0.71 | 0.25 | 121.29 | 0.57 | 0.48 |
| Hex | 34 | C0 | 37 | 49 | 0 | 47 | 19 | 79 | 39 | 30 |
| Octal | 64 | 300 | 67 | 111 | 0 | 107 | 31 | 171 | 71 | 60 |
| Binary | 110100 | 11000000 | 110111 | 1001001 | 0 | 1000111 | 11001 | 1111001 | 111001 | 110000 |
Color Harmonies of #34C037
Complementary color
Monochromatic Colors of #34C037
Black with #34C037
Text Example
Text Example
White with #34C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C037; }
p { color: rgb(52,192,55); }
H1.HeaderClassName
{
color: #34C037;
}
.AnyTagClassName
{
color: #34C037;
}
</style>
background-color css
<style>
a { background-color: #34C037; }
a { background-color: rgb(52,192,55); }
div.DivClassName
{
background-color: #34C037;
}
.BgClassName
{
background-color: #34C037;
}
</style>
border-color css
<style>
span { border-color: #34C037; }
span { border-color: rgb(52,192,55); }
td.TdClassName
{
border-color: #34C037;
}
.TagClassName
{
border-color: #34C037;
}
</style>