Shades of Screamin' Green #34FF54
Tints of Screamin' Green #34FF54
RGB
CMYK
RGB Variations
Color information
#34FF54 (or 0x34FF54) is known color: Screamin' Green. HEX triplet: 34, FF and 54. RGB value is (52,255,84). Sum of RGB (Red+Green+Blue) = 52+255+84=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 255 (100% from 255 or 65.22% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FF54 is #CB00AB. Grayscale: #AFAFAF. Windows color (decimal): -13303980 or 5570356. OLE color: 5570356.
HSL color Cylindrical-coordinate representation of color #34FF54: hue angle of 129.46º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FF54 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 84 | - |
| CMYK | 0.80 | 0 | 0.67 | 0 |
| HSL | 129.46º | 1% | 0.6% | - |
| HSV(B) | 129.46º | 0.8% | 1% | - |
| XYZ | 38.78 | 72.89 | 20.41 | - |
| YUV | 174.81 | 76.75 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 84 | 0.80 | 0 | 0.67 | 0 | 129.46 | 1 | 0.6 |
| Hex | 34 | FF | 54 | 50 | 0 | 43 | 0 | 81 | 64 | 3C |
| Octal | 64 | 377 | 124 | 120 | 0 | 103 | 0 | 201 | 144 | 74 |
| Binary | 110100 | 11111111 | 1010100 | 1010000 | 0 | 1000011 | 0 | 10000001 | 1100100 | 111100 |
Color Harmonies of #34FF54
Complementary color
Monochromatic Colors of #34FF54
Black with #34FF54
Text Example
Text Example
White with #34FF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FF54; }
p { color: rgb(52,255,84); }
H1.HeaderClassName
{
color: #34FF54;
}
.AnyTagClassName
{
color: #34FF54;
}
</style>
background-color css
<style>
a { background-color: #34FF54; }
a { background-color: rgb(52,255,84); }
div.DivClassName
{
background-color: #34FF54;
}
.BgClassName
{
background-color: #34FF54;
}
</style>
border-color css
<style>
span { border-color: #34FF54; }
span { border-color: rgb(52,255,84); }
td.TdClassName
{
border-color: #34FF54;
}
.TagClassName
{
border-color: #34FF54;
}
</style>