Shades of Lime Green #34D031
Tints of Lime Green #34D031
RGB
CMYK
RGB Variations
Color information
#34D031 (or 0x34D031) is known color: Lime Green. HEX triplet: 34, D0 and 31. RGB value is (52,208,49). Sum of RGB (Red+Green+Blue) = 52+208+49=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 208 (81.64% from 255 or 67.31% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 208 - color contains mainly: green. Hex color #34D031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D031 is #CB2FCE. Grayscale: #8F8F8F. Windows color (decimal): -13316047 or 3264564. OLE color: 3264564.
HSL color Cylindrical-coordinate representation of color #34D031: hue angle of 118.87º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D031 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 49 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.18 |
| HSL | 118.87º | 0.63% | 0.5% | - |
| HSV(B) | 118.87º | 0.76% | 0.82% | - |
| XYZ | 24.53 | 46.06 | 10.5 | - |
| YUV | 143.23 | 74.82 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 49 | 0.75 | 0 | 0.76 | 0.18 | 118.87 | 0.63 | 0.5 |
| Hex | 34 | D0 | 31 | 4B | 0 | 4C | 12 | 77 | 3F | 32 |
| Octal | 64 | 320 | 61 | 113 | 0 | 114 | 22 | 167 | 77 | 62 |
| Binary | 110100 | 11010000 | 110001 | 1001011 | 0 | 1001100 | 10010 | 1110111 | 111111 | 110010 |
Color Harmonies of #34D031
Complementary color
Monochromatic Colors of #34D031
Black with #34D031
Text Example
Text Example
White with #34D031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D031; }
p { color: rgb(52,208,49); }
H1.HeaderClassName
{
color: #34D031;
}
.AnyTagClassName
{
color: #34D031;
}
</style>
background-color css
<style>
a { background-color: #34D031; }
a { background-color: rgb(52,208,49); }
div.DivClassName
{
background-color: #34D031;
}
.BgClassName
{
background-color: #34D031;
}
</style>
border-color css
<style>
span { border-color: #34D031; }
span { border-color: rgb(52,208,49); }
td.TdClassName
{
border-color: #34D031;
}
.TagClassName
{
border-color: #34D031;
}
</style>