Shades of Screamin' Green #3FF250
Tints of Screamin' Green #3FF250
RGB
CMYK
RGB Variations
Color information
#3FF250 (or 0x3FF250) is known color: Screamin' Green. HEX triplet: 3F, F2 and 50. RGB value is (63,242,80). Sum of RGB (Red+Green+Blue) = 63+242+80=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF250 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF250 is #C00DAF. Grayscale: #AAAAAA. Windows color (decimal): -12586416 or 5304895. OLE color: 5304895.
HSL color Cylindrical-coordinate representation of color #3FF250: hue angle of 125.7º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF250 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 80 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.05 |
| HSL | 125.7º | 0.87% | 0.6% | - |
| HSV(B) | 125.7º | 0.74% | 0.95% | - |
| XYZ | 35.25 | 65.14 | 18.3 | - |
| YUV | 170.01 | 77.2 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 80 | 0.74 | 0 | 0.67 | 0.05 | 125.7 | 0.87 | 0.6 |
| Hex | 3F | F2 | 50 | 4A | 0 | 43 | 5 | 7E | 57 | 3C |
| Octal | 77 | 362 | 120 | 112 | 0 | 103 | 5 | 176 | 127 | 74 |
| Binary | 111111 | 11110010 | 1010000 | 1001010 | 0 | 1000011 | 101 | 1111110 | 1010111 | 111100 |
Color Harmonies of #3FF250
Complementary color
Monochromatic Colors of #3FF250
Black with #3FF250
Text Example
Text Example
White with #3FF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF250; }
p { color: rgb(63,242,80); }
H1.HeaderClassName
{
color: #3FF250;
}
.AnyTagClassName
{
color: #3FF250;
}
</style>
background-color css
<style>
a { background-color: #3FF250; }
a { background-color: rgb(63,242,80); }
div.DivClassName
{
background-color: #3FF250;
}
.BgClassName
{
background-color: #3FF250;
}
</style>
border-color css
<style>
span { border-color: #3FF250; }
span { border-color: rgb(63,242,80); }
td.TdClassName
{
border-color: #3FF250;
}
.TagClassName
{
border-color: #3FF250;
}
</style>