Shades of Screamin' Green #3BF253
Tints of Screamin' Green #3BF253
RGB
CMYK
RGB Variations
Color information
#3BF253 (or 0x3BF253) is known color: Screamin' Green. HEX triplet: 3B, F2 and 53. RGB value is (59,242,83). Sum of RGB (Red+Green+Blue) = 59+242+83=384 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.36% from 384); Green value is 242 (94.92% from 255 or 63.02% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF253 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF253 is #C40DAC. Grayscale: #A9A9A9. Windows color (decimal): -12848557 or 5501499. OLE color: 5501499.
HSL color Cylindrical-coordinate representation of color #3BF253: hue angle of 127.87º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF253 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 83 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.05 |
| HSL | 127.87º | 0.88% | 0.59% | - |
| HSV(B) | 127.87º | 0.76% | 0.95% | - |
| XYZ | 35.12 | 65.06 | 18.89 | - |
| YUV | 169.16 | 79.37 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 83 | 0.76 | 0 | 0.66 | 0.05 | 127.87 | 0.88 | 0.59 |
| Hex | 3B | F2 | 53 | 4C | 0 | 42 | 5 | 80 | 58 | 3B |
| Octal | 73 | 362 | 123 | 114 | 0 | 102 | 5 | 200 | 130 | 73 |
| Binary | 111011 | 11110010 | 1010011 | 1001100 | 0 | 1000010 | 101 | 10000000 | 1011000 | 111011 |
Color Harmonies of #3BF253
Complementary color
Monochromatic Colors of #3BF253
Black with #3BF253
Text Example
Text Example
White with #3BF253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF253; }
p { color: rgb(59,242,83); }
H1.HeaderClassName
{
color: #3BF253;
}
.AnyTagClassName
{
color: #3BF253;
}
</style>
background-color css
<style>
a { background-color: #3BF253; }
a { background-color: rgb(59,242,83); }
div.DivClassName
{
background-color: #3BF253;
}
.BgClassName
{
background-color: #3BF253;
}
</style>
border-color css
<style>
span { border-color: #3BF253; }
span { border-color: rgb(59,242,83); }
td.TdClassName
{
border-color: #3BF253;
}
.TagClassName
{
border-color: #3BF253;
}
</style>