Shades of Lime Green #34BE3E
Tints of Lime Green #34BE3E
RGB
CMYK
RGB Variations
Color information
#34BE3E (or 0x34BE3E) is known color: Lime Green. HEX triplet: 34, BE and 3E. RGB value is (52,190,62). Sum of RGB (Red+Green+Blue) = 52+190+62=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 190 (74.61% from 255 or 62.5% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 190 - color contains mainly: green. Hex color #34BE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BE3E is #CB41C1. Grayscale: #868686. Windows color (decimal): -13320642 or 4111924. OLE color: 4111924.
HSL color Cylindrical-coordinate representation of color #34BE3E: hue angle of 124.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BE3E is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 190 | 62 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.25 |
| HSL | 124.35º | 0.57% | 0.47% | - |
| HSV(B) | 124.35º | 0.73% | 0.75% | - |
| XYZ | 20.7 | 37.9 | 10.78 | - |
| YUV | 134.15 | 87.28 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 62 | 0.73 | 0 | 0.67 | 0.25 | 124.35 | 0.57 | 0.47 |
| Hex | 34 | BE | 3E | 49 | 0 | 43 | 19 | 7C | 39 | 2F |
| Octal | 64 | 276 | 76 | 111 | 0 | 103 | 31 | 174 | 71 | 57 |
| Binary | 110100 | 10111110 | 111110 | 1001001 | 0 | 1000011 | 11001 | 1111100 | 111001 | 101111 |
Color Harmonies of #34BE3E
Complementary color
Monochromatic Colors of #34BE3E
Black with #34BE3E
Text Example
Text Example
White with #34BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BE3E; }
p { color: rgb(52,190,62); }
H1.HeaderClassName
{
color: #34BE3E;
}
.AnyTagClassName
{
color: #34BE3E;
}
</style>
background-color css
<style>
a { background-color: #34BE3E; }
a { background-color: rgb(52,190,62); }
div.DivClassName
{
background-color: #34BE3E;
}
.BgClassName
{
background-color: #34BE3E;
}
</style>
border-color css
<style>
span { border-color: #34BE3E; }
span { border-color: rgb(52,190,62); }
td.TdClassName
{
border-color: #34BE3E;
}
.TagClassName
{
border-color: #34BE3E;
}
</style>