Shades of Lime Green #34F044
Tints of Lime Green #34F044
RGB
CMYK
RGB Variations
Color information
#34F044 (or 0x34F044) is known color: Lime Green. HEX triplet: 34, F0 and 44. RGB value is (52,240,68). Sum of RGB (Red+Green+Blue) = 52+240+68=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 240 (94.14% from 255 or 66.67% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 240 - color contains mainly: green. Hex color #34F044 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F044 is #CB0FBB. Grayscale: #A4A4A4. Windows color (decimal): -13307836 or 4517940. OLE color: 4517940.
HSL color Cylindrical-coordinate representation of color #34F044: hue angle of 125.11º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F044 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 240 | 68 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.06 |
| HSL | 125.11º | 0.86% | 0.57% | - |
| HSV(B) | 125.11º | 0.78% | 0.94% | - |
| XYZ | 33.62 | 63.47 | 15.95 | - |
| YUV | 164.18 | 73.72 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 240 | 68 | 0.78 | 0 | 0.72 | 0.06 | 125.11 | 0.86 | 0.57 |
| Hex | 34 | F0 | 44 | 4E | 0 | 48 | 6 | 7D | 56 | 39 |
| Octal | 64 | 360 | 104 | 116 | 0 | 110 | 6 | 175 | 126 | 71 |
| Binary | 110100 | 11110000 | 1000100 | 1001110 | 0 | 1001000 | 110 | 1111101 | 1010110 | 111001 |
Color Harmonies of #34F044
Complementary color
Monochromatic Colors of #34F044
Black with #34F044
Text Example
Text Example
White with #34F044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F044; }
p { color: rgb(52,240,68); }
H1.HeaderClassName
{
color: #34F044;
}
.AnyTagClassName
{
color: #34F044;
}
</style>
background-color css
<style>
a { background-color: #34F044; }
a { background-color: rgb(52,240,68); }
div.DivClassName
{
background-color: #34F044;
}
.BgClassName
{
background-color: #34F044;
}
</style>
border-color css
<style>
span { border-color: #34F044; }
span { border-color: rgb(52,240,68); }
td.TdClassName
{
border-color: #34F044;
}
.TagClassName
{
border-color: #34F044;
}
</style>