Shades of Lime Green #34BC31
Tints of Lime Green #34BC31
RGB
CMYK
RGB Variations
Color information
#34BC31 (or 0x34BC31) is known color: Lime Green. HEX triplet: 34, BC and 31. RGB value is (52,188,49). Sum of RGB (Red+Green+Blue) = 52+188+49=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BC31 is #CB43CE. Grayscale: #838383. Windows color (decimal): -13321167 or 3259444. OLE color: 3259444.
HSL color Cylindrical-coordinate representation of color #34BC31: hue angle of 118.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34BC31 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 188 | 49 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.26 |
| HSL | 118.71º | 0.59% | 0.46% | - |
| HSV(B) | 118.71º | 0.74% | 0.74% | - |
| XYZ | 19.95 | 36.92 | 8.98 | - |
| YUV | 131.49 | 81.44 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 49 | 0.72 | 0 | 0.74 | 0.26 | 118.71 | 0.59 | 0.46 |
| Hex | 34 | BC | 31 | 48 | 0 | 4A | 1A | 77 | 3B | 2E |
| Octal | 64 | 274 | 61 | 110 | 0 | 112 | 32 | 167 | 73 | 56 |
| Binary | 110100 | 10111100 | 110001 | 1001000 | 0 | 1001010 | 11010 | 1110111 | 111011 | 101110 |
Color Harmonies of #34BC31
Complementary color
Monochromatic Colors of #34BC31
Black with #34BC31
Text Example
Text Example
White with #34BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BC31; }
p { color: rgb(52,188,49); }
H1.HeaderClassName
{
color: #34BC31;
}
.AnyTagClassName
{
color: #34BC31;
}
</style>
background-color css
<style>
a { background-color: #34BC31; }
a { background-color: rgb(52,188,49); }
div.DivClassName
{
background-color: #34BC31;
}
.BgClassName
{
background-color: #34BC31;
}
</style>
border-color css
<style>
span { border-color: #34BC31; }
span { border-color: rgb(52,188,49); }
td.TdClassName
{
border-color: #34BC31;
}
.TagClassName
{
border-color: #34BC31;
}
</style>