Shades of Lime Green #34BA3D
Tints of Lime Green #34BA3D
RGB
CMYK
RGB Variations
Color information
#34BA3D (or 0x34BA3D) is known color: Lime Green. HEX triplet: 34, BA and 3D. RGB value is (52,186,61). Sum of RGB (Red+Green+Blue) = 52+186+61=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA3D is #CB45C2. Grayscale: #848484. Windows color (decimal): -13321667 or 4045364. OLE color: 4045364.
HSL color Cylindrical-coordinate representation of color #34BA3D: hue angle of 124.03º 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 #34BA3D is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 61 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.27 |
| HSL | 124.03º | 0.56% | 0.47% | - |
| HSV(B) | 124.03º | 0.72% | 0.73% | - |
| XYZ | 19.82 | 36.18 | 10.35 | - |
| YUV | 131.68 | 88.11 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 61 | 0.72 | 0 | 0.67 | 0.27 | 124.03 | 0.56 | 0.47 |
| Hex | 34 | BA | 3D | 48 | 0 | 43 | 1B | 7C | 38 | 2F |
| Octal | 64 | 272 | 75 | 110 | 0 | 103 | 33 | 174 | 70 | 57 |
| Binary | 110100 | 10111010 | 111101 | 1001000 | 0 | 1000011 | 11011 | 1111100 | 111000 | 101111 |
Color Harmonies of #34BA3D
Complementary color
Monochromatic Colors of #34BA3D
Black with #34BA3D
Text Example
Text Example
White with #34BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA3D; }
p { color: rgb(52,186,61); }
H1.HeaderClassName
{
color: #34BA3D;
}
.AnyTagClassName
{
color: #34BA3D;
}
</style>
background-color css
<style>
a { background-color: #34BA3D; }
a { background-color: rgb(52,186,61); }
div.DivClassName
{
background-color: #34BA3D;
}
.BgClassName
{
background-color: #34BA3D;
}
</style>
border-color css
<style>
span { border-color: #34BA3D; }
span { border-color: rgb(52,186,61); }
td.TdClassName
{
border-color: #34BA3D;
}
.TagClassName
{
border-color: #34BA3D;
}
</style>