Shades of Lime Green #34FF49
Tints of Lime Green #34FF49
RGB
CMYK
RGB Variations
Color information
#34FF49 (or 0x34FF49) is known color: Lime Green. HEX triplet: 34, FF and 49. RGB value is (52,255,73). Sum of RGB (Red+Green+Blue) = 52+255+73=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 255 (100% from 255 or 67.11% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FF49 is #CB00B6. Grayscale: #AEAEAE. Windows color (decimal): -13303991 or 4849460. OLE color: 4849460.
HSL color Cylindrical-coordinate representation of color #34FF49: hue angle of 126.21º 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 #34FF49 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 73 | - |
| CMYK | 0.80 | 0 | 0.71 | 0 |
| HSL | 126.21º | 1% | 0.6% | - |
| HSV(B) | 126.21º | 0.8% | 1% | - |
| XYZ | 38.38 | 72.73 | 18.32 | - |
| YUV | 173.56 | 71.25 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 73 | 0.80 | 0 | 0.71 | 0 | 126.21 | 1 | 0.6 |
| Hex | 34 | FF | 49 | 50 | 0 | 47 | 0 | 7E | 64 | 3C |
| Octal | 64 | 377 | 111 | 120 | 0 | 107 | 0 | 176 | 144 | 74 |
| Binary | 110100 | 11111111 | 1001001 | 1010000 | 0 | 1000111 | 0 | 1111110 | 1100100 | 111100 |
Color Harmonies of #34FF49
Complementary color
Monochromatic Colors of #34FF49
Black with #34FF49
Text Example
Text Example
White with #34FF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FF49; }
p { color: rgb(52,255,73); }
H1.HeaderClassName
{
color: #34FF49;
}
.AnyTagClassName
{
color: #34FF49;
}
</style>
background-color css
<style>
a { background-color: #34FF49; }
a { background-color: rgb(52,255,73); }
div.DivClassName
{
background-color: #34FF49;
}
.BgClassName
{
background-color: #34FF49;
}
</style>
border-color css
<style>
span { border-color: #34FF49; }
span { border-color: rgb(52,255,73); }
td.TdClassName
{
border-color: #34FF49;
}
.TagClassName
{
border-color: #34FF49;
}
</style>