Shades of Lime Green #34C220
Tints of Lime Green #34C220
RGB
CMYK
RGB Variations
Color information
#34C220 (or 0x34C220) is known color: Lime Green. HEX triplet: 34, C2 and 20. RGB value is (52,194,32). Sum of RGB (Red+Green+Blue) = 52+194+32=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 194 (76.17% from 255 or 69.78% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 194 - color contains mainly: green. Hex color #34C220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C220 is #CB3DDF. Grayscale: #858585. Windows color (decimal): -13319648 or 2146868. OLE color: 2146868.
HSL color Cylindrical-coordinate representation of color #34C220: hue angle of 112.59º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34C220 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 194 | 32 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.24 |
| HSL | 112.59º | 0.72% | 0.44% | - |
| HSV(B) | 112.59º | 0.84% | 0.76% | - |
| XYZ | 20.97 | 39.42 | 7.87 | - |
| YUV | 133.07 | 70.96 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 194 | 32 | 0.73 | 0 | 0.84 | 0.24 | 112.59 | 0.72 | 0.44 |
| Hex | 34 | C2 | 20 | 49 | 0 | 54 | 18 | 71 | 48 | 2C |
| Octal | 64 | 302 | 40 | 111 | 0 | 124 | 30 | 161 | 110 | 54 |
| Binary | 110100 | 11000010 | 100000 | 1001001 | 0 | 1010100 | 11000 | 1110001 | 1001000 | 101100 |
Color Harmonies of #34C220
Complementary color
Monochromatic Colors of #34C220
Black with #34C220
Text Example
Text Example
White with #34C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C220; }
p { color: rgb(52,194,32); }
H1.HeaderClassName
{
color: #34C220;
}
.AnyTagClassName
{
color: #34C220;
}
</style>
background-color css
<style>
a { background-color: #34C220; }
a { background-color: rgb(52,194,32); }
div.DivClassName
{
background-color: #34C220;
}
.BgClassName
{
background-color: #34C220;
}
</style>
border-color css
<style>
span { border-color: #34C220; }
span { border-color: rgb(52,194,32); }
td.TdClassName
{
border-color: #34C220;
}
.TagClassName
{
border-color: #34C220;
}
</style>