Shades of Bright Green #5FEB30
Tints of Bright Green #5FEB30
RGB
CMYK
RGB Variations
Color information
#5FEB30 (or 0x5FEB30) is known color: Bright Green. HEX triplet: 5F, EB and 30. RGB value is (95,235,48). Sum of RGB (Red+Green+Blue) = 95+235+48=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 235 (92.19% from 255 or 62.17% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEB30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEB30 is #A014CF. Grayscale: #ACACAC. Windows color (decimal): -10491088 or 3205983. OLE color: 3205983.
HSL color Cylindrical-coordinate representation of color #5FEB30: hue angle of 104.92º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5FEB30 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 48 | - |
| CMYK | 0.60 | 0 | 0.80 | 0.08 |
| HSL | 104.92º | 0.82% | 0.55% | - |
| HSV(B) | 104.92º | 0.8% | 0.92% | - |
| XYZ | 34.96 | 62.06 | 12.93 | - |
| YUV | 171.82 | 58.12 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 48 | 0.60 | 0 | 0.80 | 0.08 | 104.92 | 0.82 | 0.55 |
| Hex | 5F | EB | 30 | 3C | 0 | 50 | 8 | 69 | 52 | 37 |
| Octal | 137 | 353 | 60 | 74 | 0 | 120 | 10 | 151 | 122 | 67 |
| Binary | 1011111 | 11101011 | 110000 | 111100 | 0 | 1010000 | 1000 | 1101001 | 1010010 | 110111 |
Color Harmonies of #5FEB30
Complementary color
Monochromatic Colors of #5FEB30
Black with #5FEB30
Text Example
Text Example
White with #5FEB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEB30; }
p { color: rgb(95,235,48); }
H1.HeaderClassName
{
color: #5FEB30;
}
.AnyTagClassName
{
color: #5FEB30;
}
</style>
background-color css
<style>
a { background-color: #5FEB30; }
a { background-color: rgb(95,235,48); }
div.DivClassName
{
background-color: #5FEB30;
}
.BgClassName
{
background-color: #5FEB30;
}
</style>
border-color css
<style>
span { border-color: #5FEB30; }
span { border-color: rgb(95,235,48); }
td.TdClassName
{
border-color: #5FEB30;
}
.TagClassName
{
border-color: #5FEB30;
}
</style>