Shades of Bright Green #5DF02C
Tints of Bright Green #5DF02C
RGB
CMYK
RGB Variations
Color information
#5DF02C (or 0x5DF02C) is known color: Bright Green. HEX triplet: 5D, F0 and 2C. RGB value is (93,240,44). Sum of RGB (Red+Green+Blue) = 93+240+44=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 240 (94.14% from 255 or 63.66% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF02C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF02C is #A20FD3. Grayscale: #AEAEAE. Windows color (decimal): -10620884 or 2945117. OLE color: 2945117.
HSL color Cylindrical-coordinate representation of color #5DF02C: hue angle of 105º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5DF02C is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 44 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.06 |
| HSL | 105º | 0.87% | 0.56% | - |
| HSV(B) | 105º | 0.82% | 0.94% | - |
| XYZ | 36.13 | 64.83 | 12.99 | - |
| YUV | 173.7 | 54.8 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 44 | 0.61 | 0 | 0.82 | 0.06 | 105 | 0.87 | 0.56 |
| Hex | 5D | F0 | 2C | 3D | 0 | 52 | 6 | 69 | 57 | 38 |
| Octal | 135 | 360 | 54 | 75 | 0 | 122 | 6 | 151 | 127 | 70 |
| Binary | 1011101 | 11110000 | 101100 | 111101 | 0 | 1010010 | 110 | 1101001 | 1010111 | 111000 |
Color Harmonies of #5DF02C
Complementary color
Monochromatic Colors of #5DF02C
Black with #5DF02C
Text Example
Text Example
White with #5DF02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF02C; }
p { color: rgb(93,240,44); }
H1.HeaderClassName
{
color: #5DF02C;
}
.AnyTagClassName
{
color: #5DF02C;
}
</style>
background-color css
<style>
a { background-color: #5DF02C; }
a { background-color: rgb(93,240,44); }
div.DivClassName
{
background-color: #5DF02C;
}
.BgClassName
{
background-color: #5DF02C;
}
</style>
border-color css
<style>
span { border-color: #5DF02C; }
span { border-color: rgb(93,240,44); }
td.TdClassName
{
border-color: #5DF02C;
}
.TagClassName
{
border-color: #5DF02C;
}
</style>