Shades of Lime Green #34C337
Tints of Lime Green #34C337
RGB
CMYK
RGB Variations
Color information
#34C337 (or 0x34C337) is known color: Lime Green. HEX triplet: 34, C3 and 37. RGB value is (52,195,55). Sum of RGB (Red+Green+Blue) = 52+195+55=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 195 (76.56% from 255 or 64.57% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 195 - color contains mainly: green. Hex color #34C337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C337 is #CB3CC8. Grayscale: #888888. Windows color (decimal): -13319369 or 3654452. OLE color: 3654452.
HSL color Cylindrical-coordinate representation of color #34C337: hue angle of 121.26º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C337 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 195 | 55 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.24 |
| HSL | 121.26º | 0.58% | 0.48% | - |
| HSV(B) | 121.26º | 0.73% | 0.76% | - |
| XYZ | 21.62 | 40.04 | 10.2 | - |
| YUV | 136.28 | 82.12 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 195 | 55 | 0.73 | 0 | 0.72 | 0.24 | 121.26 | 0.58 | 0.48 |
| Hex | 34 | C3 | 37 | 49 | 0 | 48 | 18 | 79 | 3A | 30 |
| Octal | 64 | 303 | 67 | 111 | 0 | 110 | 30 | 171 | 72 | 60 |
| Binary | 110100 | 11000011 | 110111 | 1001001 | 0 | 1001000 | 11000 | 1111001 | 111010 | 110000 |
Color Harmonies of #34C337
Complementary color
Monochromatic Colors of #34C337
Black with #34C337
Text Example
Text Example
White with #34C337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C337; }
p { color: rgb(52,195,55); }
H1.HeaderClassName
{
color: #34C337;
}
.AnyTagClassName
{
color: #34C337;
}
</style>
background-color css
<style>
a { background-color: #34C337; }
a { background-color: rgb(52,195,55); }
div.DivClassName
{
background-color: #34C337;
}
.BgClassName
{
background-color: #34C337;
}
</style>
border-color css
<style>
span { border-color: #34C337; }
span { border-color: rgb(52,195,55); }
td.TdClassName
{
border-color: #34C337;
}
.TagClassName
{
border-color: #34C337;
}
</style>