Shades of Bright Green #5FEF30
Tints of Bright Green #5FEF30
RGB
CMYK
RGB Variations
Color information
#5FEF30 (or 0x5FEF30) is known color: Bright Green. HEX triplet: 5F, EF and 30. RGB value is (95,239,48). Sum of RGB (Red+Green+Blue) = 95+239+48=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 239 (93.75% from 255 or 62.57% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEF30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEF30 is #A010CF. Grayscale: #AEAEAE. Windows color (decimal): -10490064 or 3207007. OLE color: 3207007.
HSL color Cylindrical-coordinate representation of color #5FEF30: hue angle of 105.24º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5FEF30 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 48 | - |
| CMYK | 0.60 | 0 | 0.80 | 0.06 |
| HSL | 105.24º | 0.86% | 0.56% | - |
| HSV(B) | 105.24º | 0.8% | 0.94% | - |
| XYZ | 36.12 | 64.38 | 13.32 | - |
| YUV | 174.17 | 56.79 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 48 | 0.60 | 0 | 0.80 | 0.06 | 105.24 | 0.86 | 0.56 |
| Hex | 5F | EF | 30 | 3C | 0 | 50 | 6 | 69 | 56 | 38 |
| Octal | 137 | 357 | 60 | 74 | 0 | 120 | 6 | 151 | 126 | 70 |
| Binary | 1011111 | 11101111 | 110000 | 111100 | 0 | 1010000 | 110 | 1101001 | 1010110 | 111000 |
Color Harmonies of #5FEF30
Complementary color
Monochromatic Colors of #5FEF30
Black with #5FEF30
Text Example
Text Example
White with #5FEF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEF30; }
p { color: rgb(95,239,48); }
H1.HeaderClassName
{
color: #5FEF30;
}
.AnyTagClassName
{
color: #5FEF30;
}
</style>
background-color css
<style>
a { background-color: #5FEF30; }
a { background-color: rgb(95,239,48); }
div.DivClassName
{
background-color: #5FEF30;
}
.BgClassName
{
background-color: #5FEF30;
}
</style>
border-color css
<style>
span { border-color: #5FEF30; }
span { border-color: rgb(95,239,48); }
td.TdClassName
{
border-color: #5FEF30;
}
.TagClassName
{
border-color: #5FEF30;
}
</style>