Shades of Lime Green #34E931
Tints of Lime Green #34E931
RGB
CMYK
RGB Variations
Color information
#34E931 (or 0x34E931) is known color: Lime Green. HEX triplet: 34, E9 and 31. RGB value is (52,233,49). Sum of RGB (Red+Green+Blue) = 52+233+49=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 233 (91.41% from 255 or 69.76% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 233 - color contains mainly: green. Hex color #34E931 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E931 is #CB16CE. Grayscale: #9E9E9E. Windows color (decimal): -13309647 or 3270964. OLE color: 3270964.
HSL color Cylindrical-coordinate representation of color #34E931: hue angle of 119.02º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34E931 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 233 | 49 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.09 |
| HSL | 119.02º | 0.81% | 0.55% | - |
| HSV(B) | 119.02º | 0.79% | 0.91% | - |
| XYZ | 31.11 | 59.23 | 12.7 | - |
| YUV | 157.91 | 66.53 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 233 | 49 | 0.78 | 0 | 0.79 | 0.09 | 119.02 | 0.81 | 0.55 |
| Hex | 34 | E9 | 31 | 4E | 0 | 4F | 9 | 77 | 51 | 37 |
| Octal | 64 | 351 | 61 | 116 | 0 | 117 | 11 | 167 | 121 | 67 |
| Binary | 110100 | 11101001 | 110001 | 1001110 | 0 | 1001111 | 1001 | 1110111 | 1010001 | 110111 |
Color Harmonies of #34E931
Complementary color
Monochromatic Colors of #34E931
Black with #34E931
Text Example
Text Example
White with #34E931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E931; }
p { color: rgb(52,233,49); }
H1.HeaderClassName
{
color: #34E931;
}
.AnyTagClassName
{
color: #34E931;
}
</style>
background-color css
<style>
a { background-color: #34E931; }
a { background-color: rgb(52,233,49); }
div.DivClassName
{
background-color: #34E931;
}
.BgClassName
{
background-color: #34E931;
}
</style>
border-color css
<style>
span { border-color: #34E931; }
span { border-color: rgb(52,233,49); }
td.TdClassName
{
border-color: #34E931;
}
.TagClassName
{
border-color: #34E931;
}
</style>