Shades of Lime Green #34C131
Tints of Lime Green #34C131
RGB
CMYK
RGB Variations
Color information
#34C131 (or 0x34C131) is known color: Lime Green. HEX triplet: 34, C1 and 31. RGB value is (52,193,49). Sum of RGB (Red+Green+Blue) = 52+193+49=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 193 (75.78% from 255 or 65.65% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 193 - color contains mainly: green. Hex color #34C131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C131 is #CB3ECE. Grayscale: #868686. Windows color (decimal): -13319887 or 3260724. OLE color: 3260724.
HSL color Cylindrical-coordinate representation of color #34C131: hue angle of 118.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34C131 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 193 | 49 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.24 |
| HSL | 118.75º | 0.6% | 0.47% | - |
| HSV(B) | 118.75º | 0.75% | 0.76% | - |
| XYZ | 21.04 | 39.09 | 9.34 | - |
| YUV | 134.43 | 79.79 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 193 | 49 | 0.73 | 0 | 0.75 | 0.24 | 118.75 | 0.6 | 0.47 |
| Hex | 34 | C1 | 31 | 49 | 0 | 4B | 18 | 77 | 3C | 2F |
| Octal | 64 | 301 | 61 | 111 | 0 | 113 | 30 | 167 | 74 | 57 |
| Binary | 110100 | 11000001 | 110001 | 1001001 | 0 | 1001011 | 11000 | 1110111 | 111100 | 101111 |
Color Harmonies of #34C131
Complementary color
Monochromatic Colors of #34C131
Black with #34C131
Text Example
Text Example
White with #34C131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C131; }
p { color: rgb(52,193,49); }
H1.HeaderClassName
{
color: #34C131;
}
.AnyTagClassName
{
color: #34C131;
}
</style>
background-color css
<style>
a { background-color: #34C131; }
a { background-color: rgb(52,193,49); }
div.DivClassName
{
background-color: #34C131;
}
.BgClassName
{
background-color: #34C131;
}
</style>
border-color css
<style>
span { border-color: #34C131; }
span { border-color: rgb(52,193,49); }
td.TdClassName
{
border-color: #34C131;
}
.TagClassName
{
border-color: #34C131;
}
</style>