Shades of Bright Green #5DE003
Tints of Bright Green #5DE003
RGB
CMYK
RGB Variations
Color information
#5DE003 (or 0x5DE003) is known color: Bright Green. HEX triplet: 5D, E0 and 03. RGB value is (93,224,3). Sum of RGB (Red+Green+Blue) = 93+224+3=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 224 (87.89% from 255 or 70% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE003 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DE003 is #A21FFC. Grayscale: #A0A0A0. Windows color (decimal): -10625021 or 254045. OLE color: 254045.
HSL color Cylindrical-coordinate representation of color #5DE003: hue angle of 95.57º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DE003 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 224 | 3 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.12 |
| HSL | 95.57º | 0.97% | 0.45% | - |
| HSV(B) | 95.57º | 0.99% | 0.88% | - |
| XYZ | 31.19 | 55.65 | 9.18 | - |
| YUV | 159.64 | 39.6 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 224 | 3 | 0.58 | 0 | 0.99 | 0.12 | 95.57 | 0.97 | 0.45 |
| Hex | 5D | E0 | 3 | 3A | 0 | 63 | C | 60 | 61 | 2D |
| Octal | 135 | 340 | 3 | 72 | 0 | 143 | 14 | 140 | 141 | 55 |
| Binary | 1011101 | 11100000 | 11 | 111010 | 0 | 1100011 | 1100 | 1100000 | 1100001 | 101101 |
Color Harmonies of #5DE003
Complementary color
Monochromatic Colors of #5DE003
Black with #5DE003
Text Example
Text Example
White with #5DE003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE003; }
p { color: rgb(93,224,3); }
H1.HeaderClassName
{
color: #5DE003;
}
.AnyTagClassName
{
color: #5DE003;
}
</style>
background-color css
<style>
a { background-color: #5DE003; }
a { background-color: rgb(93,224,3); }
div.DivClassName
{
background-color: #5DE003;
}
.BgClassName
{
background-color: #5DE003;
}
</style>
border-color css
<style>
span { border-color: #5DE003; }
span { border-color: rgb(93,224,3); }
td.TdClassName
{
border-color: #5DE003;
}
.TagClassName
{
border-color: #5DE003;
}
</style>