Shades of Bright Green #5DF11E
Tints of Bright Green #5DF11E
RGB
CMYK
RGB Variations
Color information
#5DF11E (or 0x5DF11E) is known color: Bright Green. HEX triplet: 5D, F1 and 1E. RGB value is (93,241,30). Sum of RGB (Red+Green+Blue) = 93+241+30=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 241 (94.53% from 255 or 66.21% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF11E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF11E is #A20EE1. Grayscale: #ADADAD. Windows color (decimal): -10620642 or 2027869. OLE color: 2027869.
HSL color Cylindrical-coordinate representation of color #5DF11E: hue angle of 102.09º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DF11E is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 30 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.05 |
| HSL | 102.09º | 0.88% | 0.53% | - |
| HSV(B) | 102.09º | 0.88% | 0.95% | - |
| XYZ | 36.2 | 65.33 | 11.93 | - |
| YUV | 172.69 | 47.47 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 30 | 0.61 | 0 | 0.88 | 0.05 | 102.09 | 0.88 | 0.53 |
| Hex | 5D | F1 | 1E | 3D | 0 | 58 | 5 | 66 | 58 | 35 |
| Octal | 135 | 361 | 36 | 75 | 0 | 130 | 5 | 146 | 130 | 65 |
| Binary | 1011101 | 11110001 | 11110 | 111101 | 0 | 1011000 | 101 | 1100110 | 1011000 | 110101 |
Color Harmonies of #5DF11E
Complementary color
Monochromatic Colors of #5DF11E
Black with #5DF11E
Text Example
Text Example
White with #5DF11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF11E; }
p { color: rgb(93,241,30); }
H1.HeaderClassName
{
color: #5DF11E;
}
.AnyTagClassName
{
color: #5DF11E;
}
</style>
background-color css
<style>
a { background-color: #5DF11E; }
a { background-color: rgb(93,241,30); }
div.DivClassName
{
background-color: #5DF11E;
}
.BgClassName
{
background-color: #5DF11E;
}
</style>
border-color css
<style>
span { border-color: #5DF11E; }
span { border-color: rgb(93,241,30); }
td.TdClassName
{
border-color: #5DF11E;
}
.TagClassName
{
border-color: #5DF11E;
}
</style>