Shades of Lime Green #34C022
Tints of Lime Green #34C022
RGB
CMYK
RGB Variations
Color information
#34C022 (or 0x34C022) is known color: Lime Green. HEX triplet: 34, C0 and 22. RGB value is (52,192,34). Sum of RGB (Red+Green+Blue) = 52+192+34=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #34C022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C022 is #CB3FDD. Grayscale: #848484. Windows color (decimal): -13320158 or 2277428. OLE color: 2277428.
HSL color Cylindrical-coordinate representation of color #34C022: hue angle of 113.16º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34C022 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 34 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.25 |
| HSL | 113.16º | 0.7% | 0.44% | - |
| HSV(B) | 113.16º | 0.82% | 0.75% | - |
| XYZ | 20.55 | 38.54 | 7.87 | - |
| YUV | 132.13 | 72.62 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 34 | 0.73 | 0 | 0.82 | 0.25 | 113.16 | 0.7 | 0.44 |
| Hex | 34 | C0 | 22 | 49 | 0 | 52 | 19 | 71 | 46 | 2C |
| Octal | 64 | 300 | 42 | 111 | 0 | 122 | 31 | 161 | 106 | 54 |
| Binary | 110100 | 11000000 | 100010 | 1001001 | 0 | 1010010 | 11001 | 1110001 | 1000110 | 101100 |
Color Harmonies of #34C022
Complementary color
Monochromatic Colors of #34C022
Black with #34C022
Text Example
Text Example
White with #34C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C022; }
p { color: rgb(52,192,34); }
H1.HeaderClassName
{
color: #34C022;
}
.AnyTagClassName
{
color: #34C022;
}
</style>
background-color css
<style>
a { background-color: #34C022; }
a { background-color: rgb(52,192,34); }
div.DivClassName
{
background-color: #34C022;
}
.BgClassName
{
background-color: #34C022;
}
</style>
border-color css
<style>
span { border-color: #34C022; }
span { border-color: rgb(52,192,34); }
td.TdClassName
{
border-color: #34C022;
}
.TagClassName
{
border-color: #34C022;
}
</style>