Shades of Lime Green #34FF3E
Tints of Lime Green #34FF3E
RGB
CMYK
RGB Variations
Color information
#34FF3E (or 0x34FF3E) is known color: Lime Green. HEX triplet: 34, FF and 3E. RGB value is (52,255,62). Sum of RGB (Red+Green+Blue) = 52+255+62=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FF3E is #CB00C1. Grayscale: #ACACAC. Windows color (decimal): -13304002 or 4128564. OLE color: 4128564.
HSL color Cylindrical-coordinate representation of color #34FF3E: hue angle of 122.96º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FF3E is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 62 | - |
| CMYK | 0.80 | 0 | 0.76 | 0 |
| HSL | 122.96º | 1% | 0.6% | - |
| HSV(B) | 122.96º | 0.8% | 1% | - |
| XYZ | 38.05 | 72.6 | 16.57 | - |
| YUV | 172.3 | 65.75 | 42.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 62 | 0.80 | 0 | 0.76 | 0 | 122.96 | 1 | 0.6 |
| Hex | 34 | FF | 3E | 50 | 0 | 4C | 0 | 7B | 64 | 3C |
| Octal | 64 | 377 | 76 | 120 | 0 | 114 | 0 | 173 | 144 | 74 |
| Binary | 110100 | 11111111 | 111110 | 1010000 | 0 | 1001100 | 0 | 1111011 | 1100100 | 111100 |
Color Harmonies of #34FF3E
Complementary color
Monochromatic Colors of #34FF3E
Black with #34FF3E
Text Example
Text Example
White with #34FF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FF3E; }
p { color: rgb(52,255,62); }
H1.HeaderClassName
{
color: #34FF3E;
}
.AnyTagClassName
{
color: #34FF3E;
}
</style>
background-color css
<style>
a { background-color: #34FF3E; }
a { background-color: rgb(52,255,62); }
div.DivClassName
{
background-color: #34FF3E;
}
.BgClassName
{
background-color: #34FF3E;
}
</style>
border-color css
<style>
span { border-color: #34FF3E; }
span { border-color: rgb(52,255,62); }
td.TdClassName
{
border-color: #34FF3E;
}
.TagClassName
{
border-color: #34FF3E;
}
</style>