Shades of Lime Green #34F124
Tints of Lime Green #34F124
RGB
CMYK
RGB Variations
Color information
#34F124 (or 0x34F124) is known color: Lime Green. HEX triplet: 34, F1 and 24. RGB value is (52,241,36). Sum of RGB (Red+Green+Blue) = 52+241+36=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 241 (94.53% from 255 or 73.25% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 241 - color contains mainly: green. Hex color #34F124 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F124 is #CB0EDB. Grayscale: #A1A1A1. Windows color (decimal): -13307612 or 2421044. OLE color: 2421044.
HSL color Cylindrical-coordinate representation of color #34F124: hue angle of 115.32º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34F124 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 241 | 36 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.05 |
| HSL | 115.32º | 0.88% | 0.54% | - |
| HSV(B) | 115.32º | 0.85% | 0.95% | - |
| XYZ | 33.19 | 63.77 | 12.23 | - |
| YUV | 161.12 | 57.38 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 241 | 36 | 0.78 | 0 | 0.85 | 0.05 | 115.32 | 0.88 | 0.54 |
| Hex | 34 | F1 | 24 | 4E | 0 | 55 | 5 | 73 | 58 | 36 |
| Octal | 64 | 361 | 44 | 116 | 0 | 125 | 5 | 163 | 130 | 66 |
| Binary | 110100 | 11110001 | 100100 | 1001110 | 0 | 1010101 | 101 | 1110011 | 1011000 | 110110 |
Color Harmonies of #34F124
Complementary color
Monochromatic Colors of #34F124
Black with #34F124
Text Example
Text Example
White with #34F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F124; }
p { color: rgb(52,241,36); }
H1.HeaderClassName
{
color: #34F124;
}
.AnyTagClassName
{
color: #34F124;
}
</style>
background-color css
<style>
a { background-color: #34F124; }
a { background-color: rgb(52,241,36); }
div.DivClassName
{
background-color: #34F124;
}
.BgClassName
{
background-color: #34F124;
}
</style>
border-color css
<style>
span { border-color: #34F124; }
span { border-color: rgb(52,241,36); }
td.TdClassName
{
border-color: #34F124;
}
.TagClassName
{
border-color: #34F124;
}
</style>