Shades of Screamin' Green #5EFA34
Tints of Screamin' Green #5EFA34
RGB
CMYK
RGB Variations
Color information
#5EFA34 (or 0x5EFA34) is known color: Screamin' Green. HEX triplet: 5E, FA and 34. RGB value is (94,250,52). Sum of RGB (Red+Green+Blue) = 94+250+52=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 250 (98.05% from 255 or 63.13% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFA34 is #A105CB. Grayscale: #B5B5B5. Windows color (decimal): -10552780 or 3471966. OLE color: 3471966.
HSL color Cylindrical-coordinate representation of color #5EFA34: hue angle of 107.27º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5EFA34 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 52 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.02 |
| HSL | 107.27º | 0.95% | 0.59% | - |
| HSV(B) | 107.27º | 0.79% | 0.98% | - |
| XYZ | 39.42 | 71 | 14.88 | - |
| YUV | 180.78 | 55.32 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 52 | 0.62 | 0 | 0.79 | 0.02 | 107.27 | 0.95 | 0.59 |
| Hex | 5E | FA | 34 | 3E | 0 | 4F | 2 | 6B | 5F | 3B |
| Octal | 136 | 372 | 64 | 76 | 0 | 117 | 2 | 153 | 137 | 73 |
| Binary | 1011110 | 11111010 | 110100 | 111110 | 0 | 1001111 | 10 | 1101011 | 1011111 | 111011 |
Color Harmonies of #5EFA34
Complementary color
Monochromatic Colors of #5EFA34
Black with #5EFA34
Text Example
Text Example
White with #5EFA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFA34; }
p { color: rgb(94,250,52); }
H1.HeaderClassName
{
color: #5EFA34;
}
.AnyTagClassName
{
color: #5EFA34;
}
</style>
background-color css
<style>
a { background-color: #5EFA34; }
a { background-color: rgb(94,250,52); }
div.DivClassName
{
background-color: #5EFA34;
}
.BgClassName
{
background-color: #5EFA34;
}
</style>
border-color css
<style>
span { border-color: #5EFA34; }
span { border-color: rgb(94,250,52); }
td.TdClassName
{
border-color: #5EFA34;
}
.TagClassName
{
border-color: #5EFA34;
}
</style>