Shades of Lime Green #34C041
Tints of Lime Green #34C041
RGB
CMYK
RGB Variations
Color information
#34C041 (or 0x34C041) is known color: Lime Green. HEX triplet: 34, C0 and 41. RGB value is (52,192,65). Sum of RGB (Red+Green+Blue) = 52+192+65=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #34C041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C041 is #CB3FBE. Grayscale: #888888. Windows color (decimal): -13320127 or 4309044. OLE color: 4309044.
HSL color Cylindrical-coordinate representation of color #34C041: hue angle of 125.57º 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 #34C041 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 65 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.25 |
| HSL | 125.57º | 0.57% | 0.48% | - |
| HSV(B) | 125.57º | 0.73% | 0.75% | - |
| XYZ | 21.22 | 38.81 | 11.37 | - |
| YUV | 135.66 | 88.12 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 65 | 0.73 | 0 | 0.66 | 0.25 | 125.57 | 0.57 | 0.48 |
| Hex | 34 | C0 | 41 | 49 | 0 | 42 | 19 | 7E | 39 | 30 |
| Octal | 64 | 300 | 101 | 111 | 0 | 102 | 31 | 176 | 71 | 60 |
| Binary | 110100 | 11000000 | 1000001 | 1001001 | 0 | 1000010 | 11001 | 1111110 | 111001 | 110000 |
Color Harmonies of #34C041
Complementary color
Monochromatic Colors of #34C041
Black with #34C041
Text Example
Text Example
White with #34C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C041; }
p { color: rgb(52,192,65); }
H1.HeaderClassName
{
color: #34C041;
}
.AnyTagClassName
{
color: #34C041;
}
</style>
background-color css
<style>
a { background-color: #34C041; }
a { background-color: rgb(52,192,65); }
div.DivClassName
{
background-color: #34C041;
}
.BgClassName
{
background-color: #34C041;
}
</style>
border-color css
<style>
span { border-color: #34C041; }
span { border-color: rgb(52,192,65); }
td.TdClassName
{
border-color: #34C041;
}
.TagClassName
{
border-color: #34C041;
}
</style>