Shades of Bright Green #5FFC1E
Tints of Bright Green #5FFC1E
RGB
CMYK
RGB Variations
Color information
#5FFC1E (or 0x5FFC1E) is known color: Bright Green. HEX triplet: 5F, FC and 1E. RGB value is (95,252,30). Sum of RGB (Red+Green+Blue) = 95+252+30=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 252 (98.83% from 255 or 66.84% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFC1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FFC1E is #A003E1. Grayscale: #B4B4B4. Windows color (decimal): -10486754 or 2030687. OLE color: 2030687.
HSL color Cylindrical-coordinate representation of color #5FFC1E: hue angle of 102.43º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FFC1E is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 30 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.01 |
| HSL | 102.43º | 0.97% | 0.55% | - |
| HSV(B) | 102.43º | 0.88% | 0.99% | - |
| XYZ | 39.76 | 72.15 | 13.06 | - |
| YUV | 179.75 | 43.49 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 30 | 0.62 | 0 | 0.88 | 0.01 | 102.43 | 0.97 | 0.55 |
| Hex | 5F | FC | 1E | 3E | 0 | 58 | 1 | 66 | 61 | 37 |
| Octal | 137 | 374 | 36 | 76 | 0 | 130 | 1 | 146 | 141 | 67 |
| Binary | 1011111 | 11111100 | 11110 | 111110 | 0 | 1011000 | 1 | 1100110 | 1100001 | 110111 |
Color Harmonies of #5FFC1E
Complementary color
Monochromatic Colors of #5FFC1E
Black with #5FFC1E
Text Example
Text Example
White with #5FFC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFC1E; }
p { color: rgb(95,252,30); }
H1.HeaderClassName
{
color: #5FFC1E;
}
.AnyTagClassName
{
color: #5FFC1E;
}
</style>
background-color css
<style>
a { background-color: #5FFC1E; }
a { background-color: rgb(95,252,30); }
div.DivClassName
{
background-color: #5FFC1E;
}
.BgClassName
{
background-color: #5FFC1E;
}
</style>
border-color css
<style>
span { border-color: #5FFC1E; }
span { border-color: rgb(95,252,30); }
td.TdClassName
{
border-color: #5FFC1E;
}
.TagClassName
{
border-color: #5FFC1E;
}
</style>