Shades of Screamin' Green #3EF260
Tints of Screamin' Green #3EF260
RGB
CMYK
RGB Variations
Color information
#3EF260 (or 0x3EF260) is known color: Screamin' Green. HEX triplet: 3E, F2 and 60. RGB value is (62,242,96). Sum of RGB (Red+Green+Blue) = 62+242+96=400 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.5% from 400); Green value is 242 (94.92% from 255 or 60.5% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF260 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3EF260 is #C10D9F. Grayscale: #ABABAB. Windows color (decimal): -12651936 or 6353470. OLE color: 6353470.
HSL color Cylindrical-coordinate representation of color #3EF260: hue angle of 131.33º 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 #3EF260 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 242 | 96 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.05 |
| HSL | 131.33º | 0.87% | 0.6% | - |
| HSV(B) | 131.33º | 0.74% | 0.95% | - |
| XYZ | 35.85 | 65.37 | 21.8 | - |
| YUV | 171.54 | 85.37 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 242 | 96 | 0.74 | 0 | 0.60 | 0.05 | 131.33 | 0.87 | 0.6 |
| Hex | 3E | F2 | 60 | 4A | 0 | 3C | 5 | 83 | 57 | 3C |
| Octal | 76 | 362 | 140 | 112 | 0 | 74 | 5 | 203 | 127 | 74 |
| Binary | 111110 | 11110010 | 1100000 | 1001010 | 0 | 111100 | 101 | 10000011 | 1010111 | 111100 |
Color Harmonies of #3EF260
Complementary color
Monochromatic Colors of #3EF260
Black with #3EF260
Text Example
Text Example
White with #3EF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF260; }
p { color: rgb(62,242,96); }
H1.HeaderClassName
{
color: #3EF260;
}
.AnyTagClassName
{
color: #3EF260;
}
</style>
background-color css
<style>
a { background-color: #3EF260; }
a { background-color: rgb(62,242,96); }
div.DivClassName
{
background-color: #3EF260;
}
.BgClassName
{
background-color: #3EF260;
}
</style>
border-color css
<style>
span { border-color: #3EF260; }
span { border-color: rgb(62,242,96); }
td.TdClassName
{
border-color: #3EF260;
}
.TagClassName
{
border-color: #3EF260;
}
</style>