Shades of Bright Green #5DEC1E
Tints of Bright Green #5DEC1E
RGB
CMYK
RGB Variations
Color information
#5DEC1E (or 0x5DEC1E) is known color: Bright Green. HEX triplet: 5D, EC and 1E. RGB value is (93,236,30). Sum of RGB (Red+Green+Blue) = 93+236+30=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 236 (92.58% from 255 or 65.74% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 236 - color contains mainly: green. Hex color #5DEC1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DEC1E is #A213E1. Grayscale: #AAAAAA. Windows color (decimal): -10621922 or 2026589. OLE color: 2026589.
HSL color Cylindrical-coordinate representation of color #5DEC1E: hue angle of 101.65º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5DEC1E is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 30 | - |
| CMYK | 0.61 | 0 | 0.87 | 0.07 |
| HSL | 101.65º | 0.84% | 0.52% | - |
| HSV(B) | 101.65º | 0.87% | 0.93% | - |
| XYZ | 34.74 | 62.41 | 11.44 | - |
| YUV | 169.76 | 49.12 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 30 | 0.61 | 0 | 0.87 | 0.07 | 101.65 | 0.84 | 0.52 |
| Hex | 5D | EC | 1E | 3D | 0 | 57 | 7 | 66 | 54 | 34 |
| Octal | 135 | 354 | 36 | 75 | 0 | 127 | 7 | 146 | 124 | 64 |
| Binary | 1011101 | 11101100 | 11110 | 111101 | 0 | 1010111 | 111 | 1100110 | 1010100 | 110100 |
Color Harmonies of #5DEC1E
Complementary color
Monochromatic Colors of #5DEC1E
Black with #5DEC1E
Text Example
Text Example
White with #5DEC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEC1E; }
p { color: rgb(93,236,30); }
H1.HeaderClassName
{
color: #5DEC1E;
}
.AnyTagClassName
{
color: #5DEC1E;
}
</style>
background-color css
<style>
a { background-color: #5DEC1E; }
a { background-color: rgb(93,236,30); }
div.DivClassName
{
background-color: #5DEC1E;
}
.BgClassName
{
background-color: #5DEC1E;
}
</style>
border-color css
<style>
span { border-color: #5DEC1E; }
span { border-color: rgb(93,236,30); }
td.TdClassName
{
border-color: #5DEC1E;
}
.TagClassName
{
border-color: #5DEC1E;
}
</style>