Shades of Lime Green #34BA3F
Tints of Lime Green #34BA3F
RGB
CMYK
RGB Variations
Color information
#34BA3F (or 0x34BA3F) is known color: Lime Green. HEX triplet: 34, BA and 3F. RGB value is (52,186,63). Sum of RGB (Red+Green+Blue) = 52+186+63=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA3F is #CB45C0. Grayscale: #848484. Windows color (decimal): -13321665 or 4176436. OLE color: 4176436.
HSL color Cylindrical-coordinate representation of color #34BA3F: hue angle of 124.93º 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 #34BA3F is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 63 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.27 |
| HSL | 124.93º | 0.56% | 0.47% | - |
| HSV(B) | 124.93º | 0.72% | 0.73% | - |
| XYZ | 19.87 | 36.21 | 10.64 | - |
| YUV | 131.91 | 89.11 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 63 | 0.72 | 0 | 0.66 | 0.27 | 124.93 | 0.56 | 0.47 |
| Hex | 34 | BA | 3F | 48 | 0 | 42 | 1B | 7D | 38 | 2F |
| Octal | 64 | 272 | 77 | 110 | 0 | 102 | 33 | 175 | 70 | 57 |
| Binary | 110100 | 10111010 | 111111 | 1001000 | 0 | 1000010 | 11011 | 1111101 | 111000 | 101111 |
Color Harmonies of #34BA3F
Complementary color
Monochromatic Colors of #34BA3F
Black with #34BA3F
Text Example
Text Example
White with #34BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA3F; }
p { color: rgb(52,186,63); }
H1.HeaderClassName
{
color: #34BA3F;
}
.AnyTagClassName
{
color: #34BA3F;
}
</style>
background-color css
<style>
a { background-color: #34BA3F; }
a { background-color: rgb(52,186,63); }
div.DivClassName
{
background-color: #34BA3F;
}
.BgClassName
{
background-color: #34BA3F;
}
</style>
border-color css
<style>
span { border-color: #34BA3F; }
span { border-color: rgb(52,186,63); }
td.TdClassName
{
border-color: #34BA3F;
}
.TagClassName
{
border-color: #34BA3F;
}
</style>