Shades of Lime Green #34F122
Tints of Lime Green #34F122
RGB
CMYK
RGB Variations
Color information
#34F122 (or 0x34F122) is known color: Lime Green. HEX triplet: 34, F1 and 22. RGB value is (52,241,34). Sum of RGB (Red+Green+Blue) = 52+241+34=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #34F122 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F122 is #CB0EDD. Grayscale: #A1A1A1. Windows color (decimal): -13307614 or 2289972. OLE color: 2289972.
HSL color Cylindrical-coordinate representation of color #34F122: hue angle of 114.78º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34F122 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 241 | 34 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.05 |
| HSL | 114.78º | 0.88% | 0.54% | - |
| HSV(B) | 114.78º | 0.86% | 0.95% | - |
| XYZ | 33.16 | 63.76 | 12.07 | - |
| YUV | 160.89 | 56.38 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 241 | 34 | 0.78 | 0 | 0.86 | 0.05 | 114.78 | 0.88 | 0.54 |
| Hex | 34 | F1 | 22 | 4E | 0 | 56 | 5 | 73 | 58 | 36 |
| Octal | 64 | 361 | 42 | 116 | 0 | 126 | 5 | 163 | 130 | 66 |
| Binary | 110100 | 11110001 | 100010 | 1001110 | 0 | 1010110 | 101 | 1110011 | 1011000 | 110110 |
Color Harmonies of #34F122
Complementary color
Monochromatic Colors of #34F122
Black with #34F122
Text Example
Text Example
White with #34F122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F122; }
p { color: rgb(52,241,34); }
H1.HeaderClassName
{
color: #34F122;
}
.AnyTagClassName
{
color: #34F122;
}
</style>
background-color css
<style>
a { background-color: #34F122; }
a { background-color: rgb(52,241,34); }
div.DivClassName
{
background-color: #34F122;
}
.BgClassName
{
background-color: #34F122;
}
</style>
border-color css
<style>
span { border-color: #34F122; }
span { border-color: rgb(52,241,34); }
td.TdClassName
{
border-color: #34F122;
}
.TagClassName
{
border-color: #34F122;
}
</style>