Shades of Lime Green #34C04C
Tints of Lime Green #34C04C
RGB
CMYK
RGB Variations
Color information
#34C04C (or 0x34C04C) is known color: Lime Green. HEX triplet: 34, C0 and 4C. RGB value is (52,192,76). Sum of RGB (Red+Green+Blue) = 52+192+76=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #34C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C04C is #CB3FB3. Grayscale: #898989. Windows color (decimal): -13320116 or 5029940. OLE color: 5029940.
HSL color Cylindrical-coordinate representation of color #34C04C: hue angle of 130.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 #34C04C is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 76 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.25 |
| HSL | 130.29º | 0.57% | 0.48% | - |
| HSV(B) | 130.29º | 0.73% | 0.75% | - |
| XYZ | 21.57 | 38.95 | 13.22 | - |
| YUV | 136.92 | 93.62 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 76 | 0.73 | 0 | 0.60 | 0.25 | 130.29 | 0.57 | 0.48 |
| Hex | 34 | C0 | 4C | 49 | 0 | 3C | 19 | 82 | 39 | 30 |
| Octal | 64 | 300 | 114 | 111 | 0 | 74 | 31 | 202 | 71 | 60 |
| Binary | 110100 | 11000000 | 1001100 | 1001001 | 0 | 111100 | 11001 | 10000010 | 111001 | 110000 |
Color Harmonies of #34C04C
Complementary color
Monochromatic Colors of #34C04C
Black with #34C04C
Text Example
Text Example
White with #34C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C04C; }
p { color: rgb(52,192,76); }
H1.HeaderClassName
{
color: #34C04C;
}
.AnyTagClassName
{
color: #34C04C;
}
</style>
background-color css
<style>
a { background-color: #34C04C; }
a { background-color: rgb(52,192,76); }
div.DivClassName
{
background-color: #34C04C;
}
.BgClassName
{
background-color: #34C04C;
}
</style>
border-color css
<style>
span { border-color: #34C04C; }
span { border-color: rgb(52,192,76); }
td.TdClassName
{
border-color: #34C04C;
}
.TagClassName
{
border-color: #34C04C;
}
</style>