Shades of Lime Green #34BA3A
Tints of Lime Green #34BA3A
RGB
CMYK
RGB Variations
Color information
#34BA3A (or 0x34BA3A) is known color: Lime Green. HEX triplet: 34, BA and 3A. RGB value is (52,186,58). Sum of RGB (Red+Green+Blue) = 52+186+58=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA3A is #CB45C5. Grayscale: #838383. Windows color (decimal): -13321670 or 3848756. OLE color: 3848756.
HSL color Cylindrical-coordinate representation of color #34BA3A: hue angle of 122.69º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BA3A is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 58 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.27 |
| HSL | 122.69º | 0.56% | 0.47% | - |
| HSV(B) | 122.69º | 0.72% | 0.73% | - |
| XYZ | 19.74 | 36.15 | 9.94 | - |
| YUV | 131.34 | 86.61 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 58 | 0.72 | 0 | 0.69 | 0.27 | 122.69 | 0.56 | 0.47 |
| Hex | 34 | BA | 3A | 48 | 0 | 45 | 1B | 7B | 38 | 2F |
| Octal | 64 | 272 | 72 | 110 | 0 | 105 | 33 | 173 | 70 | 57 |
| Binary | 110100 | 10111010 | 111010 | 1001000 | 0 | 1000101 | 11011 | 1111011 | 111000 | 101111 |
Color Harmonies of #34BA3A
Complementary color
Monochromatic Colors of #34BA3A
Black with #34BA3A
Text Example
Text Example
White with #34BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA3A; }
p { color: rgb(52,186,58); }
H1.HeaderClassName
{
color: #34BA3A;
}
.AnyTagClassName
{
color: #34BA3A;
}
</style>
background-color css
<style>
a { background-color: #34BA3A; }
a { background-color: rgb(52,186,58); }
div.DivClassName
{
background-color: #34BA3A;
}
.BgClassName
{
background-color: #34BA3A;
}
</style>
border-color css
<style>
span { border-color: #34BA3A; }
span { border-color: rgb(52,186,58); }
td.TdClassName
{
border-color: #34BA3A;
}
.TagClassName
{
border-color: #34BA3A;
}
</style>