Shades of Bright Green #5EF233
Tints of Bright Green #5EF233
RGB
CMYK
RGB Variations
Color information
#5EF233 (or 0x5EF233) is known color: Bright Green. HEX triplet: 5E, F2 and 33. RGB value is (94,242,51). Sum of RGB (Red+Green+Blue) = 94+242+51=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 242 (94.92% from 255 or 62.53% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF233 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EF233 is #A10DCC. Grayscale: #B0B0B0. Windows color (decimal): -10554829 or 3404382. OLE color: 3404382.
HSL color Cylindrical-coordinate representation of color #5EF233: hue angle of 106.49º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5EF233 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 242 | 51 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.05 |
| HSL | 106.49º | 0.88% | 0.57% | - |
| HSV(B) | 106.49º | 0.79% | 0.95% | - |
| XYZ | 36.97 | 66.12 | 13.95 | - |
| YUV | 175.97 | 57.47 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 242 | 51 | 0.61 | 0 | 0.79 | 0.05 | 106.49 | 0.88 | 0.57 |
| Hex | 5E | F2 | 33 | 3D | 0 | 4F | 5 | 6A | 58 | 39 |
| Octal | 136 | 362 | 63 | 75 | 0 | 117 | 5 | 152 | 130 | 71 |
| Binary | 1011110 | 11110010 | 110011 | 111101 | 0 | 1001111 | 101 | 1101010 | 1011000 | 111001 |
Color Harmonies of #5EF233
Complementary color
Monochromatic Colors of #5EF233
Black with #5EF233
Text Example
Text Example
White with #5EF233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF233; }
p { color: rgb(94,242,51); }
H1.HeaderClassName
{
color: #5EF233;
}
.AnyTagClassName
{
color: #5EF233;
}
</style>
background-color css
<style>
a { background-color: #5EF233; }
a { background-color: rgb(94,242,51); }
div.DivClassName
{
background-color: #5EF233;
}
.BgClassName
{
background-color: #5EF233;
}
</style>
border-color css
<style>
span { border-color: #5EF233; }
span { border-color: rgb(94,242,51); }
td.TdClassName
{
border-color: #5EF233;
}
.TagClassName
{
border-color: #5EF233;
}
</style>