Shades of Lime Green #34BF3E
Tints of Lime Green #34BF3E
RGB
CMYK
RGB Variations
Color information
#34BF3E (or 0x34BF3E) is known color: Lime Green. HEX triplet: 34, BF and 3E. RGB value is (52,191,62). Sum of RGB (Red+Green+Blue) = 52+191+62=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #34BF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BF3E is #CB40C1. Grayscale: #878787. Windows color (decimal): -13320386 or 4112180. OLE color: 4112180.
HSL color Cylindrical-coordinate representation of color #34BF3E: hue angle of 124.32º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BF3E is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 191 | 62 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.25 |
| HSL | 124.32º | 0.57% | 0.48% | - |
| HSV(B) | 124.32º | 0.73% | 0.75% | - |
| XYZ | 20.92 | 38.34 | 10.86 | - |
| YUV | 134.73 | 86.95 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 191 | 62 | 0.73 | 0 | 0.68 | 0.25 | 124.32 | 0.57 | 0.48 |
| Hex | 34 | BF | 3E | 49 | 0 | 44 | 19 | 7C | 39 | 30 |
| Octal | 64 | 277 | 76 | 111 | 0 | 104 | 31 | 174 | 71 | 60 |
| Binary | 110100 | 10111111 | 111110 | 1001001 | 0 | 1000100 | 11001 | 1111100 | 111001 | 110000 |
Color Harmonies of #34BF3E
Complementary color
Monochromatic Colors of #34BF3E
Black with #34BF3E
Text Example
Text Example
White with #34BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BF3E; }
p { color: rgb(52,191,62); }
H1.HeaderClassName
{
color: #34BF3E;
}
.AnyTagClassName
{
color: #34BF3E;
}
</style>
background-color css
<style>
a { background-color: #34BF3E; }
a { background-color: rgb(52,191,62); }
div.DivClassName
{
background-color: #34BF3E;
}
.BgClassName
{
background-color: #34BF3E;
}
</style>
border-color css
<style>
span { border-color: #34BF3E; }
span { border-color: rgb(52,191,62); }
td.TdClassName
{
border-color: #34BF3E;
}
.TagClassName
{
border-color: #34BF3E;
}
</style>