Shades of Lime Green #34F844
Tints of Lime Green #34F844
RGB
CMYK
RGB Variations
Color information
#34F844 (or 0x34F844) is known color: Lime Green. HEX triplet: 34, F8 and 44. RGB value is (52,248,68). Sum of RGB (Red+Green+Blue) = 52+248+68=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 248 (97.27% from 255 or 67.39% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 248 - color contains mainly: green. Hex color #34F844 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F844 is #CB07BB. Grayscale: #A9A9A9. Windows color (decimal): -13305788 or 4519988. OLE color: 4519988.
HSL color Cylindrical-coordinate representation of color #34F844: hue angle of 124.9º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F844 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 248 | 68 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.03 |
| HSL | 124.9º | 0.93% | 0.59% | - |
| HSV(B) | 124.9º | 0.79% | 0.97% | - |
| XYZ | 36.03 | 68.28 | 16.75 | - |
| YUV | 168.88 | 71.07 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 248 | 68 | 0.79 | 0 | 0.73 | 0.03 | 124.9 | 0.93 | 0.59 |
| Hex | 34 | F8 | 44 | 4F | 0 | 49 | 3 | 7D | 5D | 3B |
| Octal | 64 | 370 | 104 | 117 | 0 | 111 | 3 | 175 | 135 | 73 |
| Binary | 110100 | 11111000 | 1000100 | 1001111 | 0 | 1001001 | 11 | 1111101 | 1011101 | 111011 |
Color Harmonies of #34F844
Complementary color
Monochromatic Colors of #34F844
Black with #34F844
Text Example
Text Example
White with #34F844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F844; }
p { color: rgb(52,248,68); }
H1.HeaderClassName
{
color: #34F844;
}
.AnyTagClassName
{
color: #34F844;
}
</style>
background-color css
<style>
a { background-color: #34F844; }
a { background-color: rgb(52,248,68); }
div.DivClassName
{
background-color: #34F844;
}
.BgClassName
{
background-color: #34F844;
}
</style>
border-color css
<style>
span { border-color: #34F844; }
span { border-color: rgb(52,248,68); }
td.TdClassName
{
border-color: #34F844;
}
.TagClassName
{
border-color: #34F844;
}
</style>