Shades of Lime Green #5EEA34
Tints of Lime Green #5EEA34
RGB
CMYK
RGB Variations
Color information
#5EEA34 (or 0x5EEA34) is known color: Lime Green. HEX triplet: 5E, EA and 34. RGB value is (94,234,52). Sum of RGB (Red+Green+Blue) = 94+234+52=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEA34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EEA34 is #A115CB. Grayscale: #ABABAB. Windows color (decimal): -10556876 or 3467870. OLE color: 3467870.
HSL color Cylindrical-coordinate representation of color #5EEA34: hue angle of 106.15º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5EEA34 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 234 | 52 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.08 |
| HSL | 106.15º | 0.81% | 0.56% | - |
| HSV(B) | 106.15º | 0.78% | 0.92% | - |
| XYZ | 34.66 | 61.47 | 13.29 | - |
| YUV | 171.39 | 60.62 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 52 | 0.60 | 0 | 0.78 | 0.08 | 106.15 | 0.81 | 0.56 |
| Hex | 5E | EA | 34 | 3C | 0 | 4E | 8 | 6A | 51 | 38 |
| Octal | 136 | 352 | 64 | 74 | 0 | 116 | 10 | 152 | 121 | 70 |
| Binary | 1011110 | 11101010 | 110100 | 111100 | 0 | 1001110 | 1000 | 1101010 | 1010001 | 111000 |
Color Harmonies of #5EEA34
Complementary color
Monochromatic Colors of #5EEA34
Black with #5EEA34
Text Example
Text Example
White with #5EEA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEA34; }
p { color: rgb(94,234,52); }
H1.HeaderClassName
{
color: #5EEA34;
}
.AnyTagClassName
{
color: #5EEA34;
}
</style>
background-color css
<style>
a { background-color: #5EEA34; }
a { background-color: rgb(94,234,52); }
div.DivClassName
{
background-color: #5EEA34;
}
.BgClassName
{
background-color: #5EEA34;
}
</style>
border-color css
<style>
span { border-color: #5EEA34; }
span { border-color: rgb(94,234,52); }
td.TdClassName
{
border-color: #5EEA34;
}
.TagClassName
{
border-color: #5EEA34;
}
</style>