Shades of Lime Green #34C751
Tints of Lime Green #34C751
RGB
CMYK
RGB Variations
Color information
#34C751 (or 0x34C751) is known color: Lime Green. HEX triplet: 34, C7 and 51. RGB value is (52,199,81). Sum of RGB (Red+Green+Blue) = 52+199+81=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 199 (78.12% from 255 or 59.94% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 199 - color contains mainly: green. Hex color #34C751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C751 is #CB38AE. Grayscale: #8D8D8D. Windows color (decimal): -13318319 or 5359412. OLE color: 5359412.
HSL color Cylindrical-coordinate representation of color #34C751: hue angle of 131.84º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C751 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 199 | 81 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.22 |
| HSL | 131.84º | 0.59% | 0.49% | - |
| HSV(B) | 131.84º | 0.74% | 0.78% | - |
| XYZ | 23.32 | 42.17 | 14.7 | - |
| YUV | 141.6 | 93.8 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 199 | 81 | 0.74 | 0 | 0.59 | 0.22 | 131.84 | 0.59 | 0.49 |
| Hex | 34 | C7 | 51 | 4A | 0 | 3B | 16 | 84 | 3B | 31 |
| Octal | 64 | 307 | 121 | 112 | 0 | 73 | 26 | 204 | 73 | 61 |
| Binary | 110100 | 11000111 | 1010001 | 1001010 | 0 | 111011 | 10110 | 10000100 | 111011 | 110001 |
Color Harmonies of #34C751
Complementary color
Monochromatic Colors of #34C751
Black with #34C751
Text Example
Text Example
White with #34C751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C751; }
p { color: rgb(52,199,81); }
H1.HeaderClassName
{
color: #34C751;
}
.AnyTagClassName
{
color: #34C751;
}
</style>
background-color css
<style>
a { background-color: #34C751; }
a { background-color: rgb(52,199,81); }
div.DivClassName
{
background-color: #34C751;
}
.BgClassName
{
background-color: #34C751;
}
</style>
border-color css
<style>
span { border-color: #34C751; }
span { border-color: rgb(52,199,81); }
td.TdClassName
{
border-color: #34C751;
}
.TagClassName
{
border-color: #34C751;
}
</style>