Shades of Lime Green #34C342
Tints of Lime Green #34C342
RGB
CMYK
RGB Variations
Color information
#34C342 (or 0x34C342) is known color: Lime Green. HEX triplet: 34, C3 and 42. RGB value is (52,195,66). Sum of RGB (Red+Green+Blue) = 52+195+66=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #34C342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C342 is #CB3CBD. Grayscale: #898989. Windows color (decimal): -13319358 or 4375348. OLE color: 4375348.
HSL color Cylindrical-coordinate representation of color #34C342: hue angle of 125.87º 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 #34C342 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 195 | 66 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.24 |
| HSL | 125.87º | 0.58% | 0.48% | - |
| HSV(B) | 125.87º | 0.73% | 0.76% | - |
| XYZ | 21.91 | 40.15 | 11.75 | - |
| YUV | 137.54 | 87.62 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 195 | 66 | 0.73 | 0 | 0.66 | 0.24 | 125.87 | 0.58 | 0.48 |
| Hex | 34 | C3 | 42 | 49 | 0 | 42 | 18 | 7E | 3A | 30 |
| Octal | 64 | 303 | 102 | 111 | 0 | 102 | 30 | 176 | 72 | 60 |
| Binary | 110100 | 11000011 | 1000010 | 1001001 | 0 | 1000010 | 11000 | 1111110 | 111010 | 110000 |
Color Harmonies of #34C342
Complementary color
Monochromatic Colors of #34C342
Black with #34C342
Text Example
Text Example
White with #34C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C342; }
p { color: rgb(52,195,66); }
H1.HeaderClassName
{
color: #34C342;
}
.AnyTagClassName
{
color: #34C342;
}
</style>
background-color css
<style>
a { background-color: #34C342; }
a { background-color: rgb(52,195,66); }
div.DivClassName
{
background-color: #34C342;
}
.BgClassName
{
background-color: #34C342;
}
</style>
border-color css
<style>
span { border-color: #34C342; }
span { border-color: rgb(52,195,66); }
td.TdClassName
{
border-color: #34C342;
}
.TagClassName
{
border-color: #34C342;
}
</style>