Shades of Bright Green #5DF31E
Tints of Bright Green #5DF31E
RGB
CMYK
RGB Variations
Color information
#5DF31E (or 0x5DF31E) is known color: Bright Green. HEX triplet: 5D, F3 and 1E. RGB value is (93,243,30). Sum of RGB (Red+Green+Blue) = 93+243+30=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 243 (95.31% from 255 or 66.39% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF31E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF31E is #A20CE1. Grayscale: #AEAEAE. Windows color (decimal): -10620130 or 2028381. OLE color: 2028381.
HSL color Cylindrical-coordinate representation of color #5DF31E: hue angle of 102.25º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DF31E is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 30 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.05 |
| HSL | 102.25º | 0.9% | 0.54% | - |
| HSV(B) | 102.25º | 0.88% | 0.95% | - |
| XYZ | 36.8 | 66.52 | 12.13 | - |
| YUV | 173.87 | 46.81 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 30 | 0.62 | 0 | 0.88 | 0.05 | 102.25 | 0.9 | 0.54 |
| Hex | 5D | F3 | 1E | 3E | 0 | 58 | 5 | 66 | 5A | 36 |
| Octal | 135 | 363 | 36 | 76 | 0 | 130 | 5 | 146 | 132 | 66 |
| Binary | 1011101 | 11110011 | 11110 | 111110 | 0 | 1011000 | 101 | 1100110 | 1011010 | 110110 |
Color Harmonies of #5DF31E
Complementary color
Monochromatic Colors of #5DF31E
Black with #5DF31E
Text Example
Text Example
White with #5DF31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF31E; }
p { color: rgb(93,243,30); }
H1.HeaderClassName
{
color: #5DF31E;
}
.AnyTagClassName
{
color: #5DF31E;
}
</style>
background-color css
<style>
a { background-color: #5DF31E; }
a { background-color: rgb(93,243,30); }
div.DivClassName
{
background-color: #5DF31E;
}
.BgClassName
{
background-color: #5DF31E;
}
</style>
border-color css
<style>
span { border-color: #5DF31E; }
span { border-color: rgb(93,243,30); }
td.TdClassName
{
border-color: #5DF31E;
}
.TagClassName
{
border-color: #5DF31E;
}
</style>