Shades of Bright Green #5DFA2E
Tints of Bright Green #5DFA2E
RGB
CMYK
RGB Variations
Color information
#5DFA2E (or 0x5DFA2E) is known color: Bright Green. HEX triplet: 5D, FA and 2E. RGB value is (93,250,46). Sum of RGB (Red+Green+Blue) = 93+250+46=389 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.91% from 389); Green value is 250 (98.05% from 255 or 64.27% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFA2E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DFA2E is #A205D1. Grayscale: #B4B4B4. Windows color (decimal): -10618322 or 3078749. OLE color: 3078749.
HSL color Cylindrical-coordinate representation of color #5DFA2E: hue angle of 106.18º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5DFA2E is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 250 | 46 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.02 |
| HSL | 106.18º | 0.95% | 0.58% | - |
| HSV(B) | 106.18º | 0.82% | 0.98% | - |
| XYZ | 39.19 | 70.9 | 14.2 | - |
| YUV | 179.8 | 52.49 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 250 | 46 | 0.63 | 0 | 0.82 | 0.02 | 106.18 | 0.95 | 0.58 |
| Hex | 5D | FA | 2E | 3F | 0 | 52 | 2 | 6A | 5F | 3A |
| Octal | 135 | 372 | 56 | 77 | 0 | 122 | 2 | 152 | 137 | 72 |
| Binary | 1011101 | 11111010 | 101110 | 111111 | 0 | 1010010 | 10 | 1101010 | 1011111 | 111010 |
Color Harmonies of #5DFA2E
Complementary color
Monochromatic Colors of #5DFA2E
Black with #5DFA2E
Text Example
Text Example
White with #5DFA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFA2E; }
p { color: rgb(93,250,46); }
H1.HeaderClassName
{
color: #5DFA2E;
}
.AnyTagClassName
{
color: #5DFA2E;
}
</style>
background-color css
<style>
a { background-color: #5DFA2E; }
a { background-color: rgb(93,250,46); }
div.DivClassName
{
background-color: #5DFA2E;
}
.BgClassName
{
background-color: #5DFA2E;
}
</style>
border-color css
<style>
span { border-color: #5DFA2E; }
span { border-color: rgb(93,250,46); }
td.TdClassName
{
border-color: #5DFA2E;
}
.TagClassName
{
border-color: #5DFA2E;
}
</style>