Shades of Lime Green #34C044
Tints of Lime Green #34C044
RGB
CMYK
RGB Variations
Color information
#34C044 (or 0x34C044) is known color: Lime Green. HEX triplet: 34, C0 and 44. RGB value is (52,192,68). Sum of RGB (Red+Green+Blue) = 52+192+68=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #34C044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C044 is #CB3FBB. Grayscale: #888888. Windows color (decimal): -13320124 or 4505652. OLE color: 4505652.
HSL color Cylindrical-coordinate representation of color #34C044: hue angle of 126.86º 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 #34C044 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 68 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.25 |
| HSL | 126.86º | 0.57% | 0.48% | - |
| HSV(B) | 126.86º | 0.73% | 0.75% | - |
| XYZ | 21.31 | 38.85 | 11.84 | - |
| YUV | 136 | 89.62 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 68 | 0.73 | 0 | 0.65 | 0.25 | 126.86 | 0.57 | 0.48 |
| Hex | 34 | C0 | 44 | 49 | 0 | 41 | 19 | 7F | 39 | 30 |
| Octal | 64 | 300 | 104 | 111 | 0 | 101 | 31 | 177 | 71 | 60 |
| Binary | 110100 | 11000000 | 1000100 | 1001001 | 0 | 1000001 | 11001 | 1111111 | 111001 | 110000 |
Color Harmonies of #34C044
Complementary color
Monochromatic Colors of #34C044
Black with #34C044
Text Example
Text Example
White with #34C044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C044; }
p { color: rgb(52,192,68); }
H1.HeaderClassName
{
color: #34C044;
}
.AnyTagClassName
{
color: #34C044;
}
</style>
background-color css
<style>
a { background-color: #34C044; }
a { background-color: rgb(52,192,68); }
div.DivClassName
{
background-color: #34C044;
}
.BgClassName
{
background-color: #34C044;
}
</style>
border-color css
<style>
span { border-color: #34C044; }
span { border-color: rgb(52,192,68); }
td.TdClassName
{
border-color: #34C044;
}
.TagClassName
{
border-color: #34C044;
}
</style>