Shades of Screamin' Green #72EE3C
Tints of Screamin' Green #72EE3C
RGB
CMYK
RGB Variations
Color information
#72EE3C (or 0x72EE3C) is known color: Screamin' Green. HEX triplet: 72, EE and 3C. RGB value is (114,238,60). Sum of RGB (Red+Green+Blue) = 114+238+60=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 238 (93.36% from 255 or 57.77% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 238 - color contains mainly: green. Hex color #72EE3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72EE3C is #8D11C3. Grayscale: #B5B5B5. Windows color (decimal): -9245124 or 3993202. OLE color: 3993202.
HSL color Cylindrical-coordinate representation of color #72EE3C: hue angle of 101.8º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72EE3C is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 238 | 60 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.07 |
| HSL | 101.8º | 0.84% | 0.58% | - |
| HSV(B) | 101.8º | 0.75% | 0.93% | - |
| XYZ | 38.33 | 65.05 | 14.81 | - |
| YUV | 180.63 | 59.92 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 238 | 60 | 0.52 | 0 | 0.75 | 0.07 | 101.8 | 0.84 | 0.58 |
| Hex | 72 | EE | 3C | 34 | 0 | 4B | 7 | 66 | 54 | 3A |
| Octal | 162 | 356 | 74 | 64 | 0 | 113 | 7 | 146 | 124 | 72 |
| Binary | 1110010 | 11101110 | 111100 | 110100 | 0 | 1001011 | 111 | 1100110 | 1010100 | 111010 |
Color Harmonies of #72EE3C
Complementary color
Monochromatic Colors of #72EE3C
Black with #72EE3C
Text Example
Text Example
White with #72EE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EE3C; }
p { color: rgb(114,238,60); }
H1.HeaderClassName
{
color: #72EE3C;
}
.AnyTagClassName
{
color: #72EE3C;
}
</style>
background-color css
<style>
a { background-color: #72EE3C; }
a { background-color: rgb(114,238,60); }
div.DivClassName
{
background-color: #72EE3C;
}
.BgClassName
{
background-color: #72EE3C;
}
</style>
border-color css
<style>
span { border-color: #72EE3C; }
span { border-color: rgb(114,238,60); }
td.TdClassName
{
border-color: #72EE3C;
}
.TagClassName
{
border-color: #72EE3C;
}
</style>