Shades of Screamin' Green #3FF94A
Tints of Screamin' Green #3FF94A
RGB
CMYK
RGB Variations
Color information
#3FF94A (or 0x3FF94A) is known color: Screamin' Green. HEX triplet: 3F, F9 and 4A. RGB value is (63,249,74). Sum of RGB (Red+Green+Blue) = 63+249+74=386 (51% of max value = 765). Red value is 63 (25% from 255 or 16.32% from 386); Green value is 249 (97.66% from 255 or 64.51% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF94A is #C006B5. Grayscale: #ADADAD. Windows color (decimal): -12584630 or 4913471. OLE color: 4913471.
HSL color Cylindrical-coordinate representation of color #3FF94A: hue angle of 123.55º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF94A is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 249 | 74 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.02 |
| HSL | 123.55º | 0.94% | 0.61% | - |
| HSV(B) | 123.55º | 0.75% | 0.98% | - |
| XYZ | 37.16 | 69.3 | 17.9 | - |
| YUV | 173.44 | 71.88 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 249 | 74 | 0.75 | 0 | 0.70 | 0.02 | 123.55 | 0.94 | 0.61 |
| Hex | 3F | F9 | 4A | 4B | 0 | 46 | 2 | 7C | 5E | 3D |
| Octal | 77 | 371 | 112 | 113 | 0 | 106 | 2 | 174 | 136 | 75 |
| Binary | 111111 | 11111001 | 1001010 | 1001011 | 0 | 1000110 | 10 | 1111100 | 1011110 | 111101 |
Color Harmonies of #3FF94A
Complementary color
Monochromatic Colors of #3FF94A
Black with #3FF94A
Text Example
Text Example
White with #3FF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF94A; }
p { color: rgb(63,249,74); }
H1.HeaderClassName
{
color: #3FF94A;
}
.AnyTagClassName
{
color: #3FF94A;
}
</style>
background-color css
<style>
a { background-color: #3FF94A; }
a { background-color: rgb(63,249,74); }
div.DivClassName
{
background-color: #3FF94A;
}
.BgClassName
{
background-color: #3FF94A;
}
</style>
border-color css
<style>
span { border-color: #3FF94A; }
span { border-color: rgb(63,249,74); }
td.TdClassName
{
border-color: #3FF94A;
}
.TagClassName
{
border-color: #3FF94A;
}
</style>