Shades of Screamin' Green #3DF254
Tints of Screamin' Green #3DF254
RGB
CMYK
RGB Variations
Color information
#3DF254 (or 0x3DF254) is known color: Screamin' Green. HEX triplet: 3D, F2 and 54. RGB value is (61,242,84). Sum of RGB (Red+Green+Blue) = 61+242+84=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 242 (94.92% from 255 or 62.53% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF254 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF254 is #C20DAB. Grayscale: #AAAAAA. Windows color (decimal): -12717484 or 5567037. OLE color: 5567037.
HSL color Cylindrical-coordinate representation of color #3DF254: hue angle of 127.62º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF254 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 84 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.05 |
| HSL | 127.62º | 0.87% | 0.59% | - |
| HSV(B) | 127.62º | 0.75% | 0.95% | - |
| XYZ | 35.28 | 65.14 | 19.1 | - |
| YUV | 169.87 | 79.53 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 84 | 0.75 | 0 | 0.65 | 0.05 | 127.62 | 0.87 | 0.59 |
| Hex | 3D | F2 | 54 | 4B | 0 | 41 | 5 | 80 | 57 | 3B |
| Octal | 75 | 362 | 124 | 113 | 0 | 101 | 5 | 200 | 127 | 73 |
| Binary | 111101 | 11110010 | 1010100 | 1001011 | 0 | 1000001 | 101 | 10000000 | 1010111 | 111011 |
Color Harmonies of #3DF254
Complementary color
Monochromatic Colors of #3DF254
Black with #3DF254
Text Example
Text Example
White with #3DF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF254; }
p { color: rgb(61,242,84); }
H1.HeaderClassName
{
color: #3DF254;
}
.AnyTagClassName
{
color: #3DF254;
}
</style>
background-color css
<style>
a { background-color: #3DF254; }
a { background-color: rgb(61,242,84); }
div.DivClassName
{
background-color: #3DF254;
}
.BgClassName
{
background-color: #3DF254;
}
</style>
border-color css
<style>
span { border-color: #3DF254; }
span { border-color: rgb(61,242,84); }
td.TdClassName
{
border-color: #3DF254;
}
.TagClassName
{
border-color: #3DF254;
}
</style>