Shades of Lime Green #5FEB34
Tints of Lime Green #5FEB34
RGB
CMYK
RGB Variations
Color information
#5FEB34 (or 0x5FEB34) is known color: Lime Green. HEX triplet: 5F, EB and 34. RGB value is (95,235,52). Sum of RGB (Red+Green+Blue) = 95+235+52=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 235 (92.19% from 255 or 61.52% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEB34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEB34 is #A014CB. Grayscale: #ACACAC. Windows color (decimal): -10491084 or 3468127. OLE color: 3468127.
HSL color Cylindrical-coordinate representation of color #5FEB34: hue angle of 105.9º degrees, saturation: 0.82, 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 #5FEB34 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 52 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.08 |
| HSL | 105.9º | 0.82% | 0.56% | - |
| HSV(B) | 105.9º | 0.78% | 0.92% | - |
| XYZ | 35.05 | 62.1 | 13.39 | - |
| YUV | 172.28 | 60.12 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 52 | 0.60 | 0 | 0.78 | 0.08 | 105.9 | 0.82 | 0.56 |
| Hex | 5F | EB | 34 | 3C | 0 | 4E | 8 | 6A | 52 | 38 |
| Octal | 137 | 353 | 64 | 74 | 0 | 116 | 10 | 152 | 122 | 70 |
| Binary | 1011111 | 11101011 | 110100 | 111100 | 0 | 1001110 | 1000 | 1101010 | 1010010 | 111000 |
Color Harmonies of #5FEB34
Complementary color
Monochromatic Colors of #5FEB34
Black with #5FEB34
Text Example
Text Example
White with #5FEB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEB34; }
p { color: rgb(95,235,52); }
H1.HeaderClassName
{
color: #5FEB34;
}
.AnyTagClassName
{
color: #5FEB34;
}
</style>
background-color css
<style>
a { background-color: #5FEB34; }
a { background-color: rgb(95,235,52); }
div.DivClassName
{
background-color: #5FEB34;
}
.BgClassName
{
background-color: #5FEB34;
}
</style>
border-color css
<style>
span { border-color: #5FEB34; }
span { border-color: rgb(95,235,52); }
td.TdClassName
{
border-color: #5FEB34;
}
.TagClassName
{
border-color: #5FEB34;
}
</style>