Shades of Screamin' Green #3DF25C
Tints of Screamin' Green #3DF25C
RGB
CMYK
RGB Variations
Color information
#3DF25C (or 0x3DF25C) is known color: Screamin' Green. HEX triplet: 3D, F2 and 5C. RGB value is (61,242,92). Sum of RGB (Red+Green+Blue) = 61+242+92=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF25C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF25C is #C20DA3. Grayscale: #ABABAB. Windows color (decimal): -12717476 or 6091325. OLE color: 6091325.
HSL color Cylindrical-coordinate representation of color #3DF25C: hue angle of 130.28º 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 #3DF25C is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 92 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.05 |
| HSL | 130.28º | 0.87% | 0.59% | - |
| HSV(B) | 130.28º | 0.75% | 0.95% | - |
| XYZ | 35.61 | 65.27 | 20.85 | - |
| YUV | 170.78 | 83.53 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 92 | 0.75 | 0 | 0.62 | 0.05 | 130.28 | 0.87 | 0.59 |
| Hex | 3D | F2 | 5C | 4B | 0 | 3E | 5 | 82 | 57 | 3B |
| Octal | 75 | 362 | 134 | 113 | 0 | 76 | 5 | 202 | 127 | 73 |
| Binary | 111101 | 11110010 | 1011100 | 1001011 | 0 | 111110 | 101 | 10000010 | 1010111 | 111011 |
Color Harmonies of #3DF25C
Complementary color
Monochromatic Colors of #3DF25C
Black with #3DF25C
Text Example
Text Example
White with #3DF25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF25C; }
p { color: rgb(61,242,92); }
H1.HeaderClassName
{
color: #3DF25C;
}
.AnyTagClassName
{
color: #3DF25C;
}
</style>
background-color css
<style>
a { background-color: #3DF25C; }
a { background-color: rgb(61,242,92); }
div.DivClassName
{
background-color: #3DF25C;
}
.BgClassName
{
background-color: #3DF25C;
}
</style>
border-color css
<style>
span { border-color: #3DF25C; }
span { border-color: rgb(61,242,92); }
td.TdClassName
{
border-color: #3DF25C;
}
.TagClassName
{
border-color: #3DF25C;
}
</style>