Shades of Screamin' Green #72EF3C
Tints of Screamin' Green #72EF3C
RGB
CMYK
RGB Variations
Color information
#72EF3C (or 0x72EF3C) is known color: Screamin' Green. HEX triplet: 72, EF and 3C. RGB value is (114,239,60). Sum of RGB (Red+Green+Blue) = 114+239+60=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 239 (93.75% from 255 or 57.87% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 239 - color contains mainly: green. Hex color #72EF3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72EF3C is #8D10C3. Grayscale: #B5B5B5. Windows color (decimal): -9244868 or 3993458. OLE color: 3993458.
HSL color Cylindrical-coordinate representation of color #72EF3C: hue angle of 101.9º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72EF3C is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 239 | 60 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.06 |
| HSL | 101.9º | 0.85% | 0.59% | - |
| HSV(B) | 101.9º | 0.75% | 0.94% | - |
| XYZ | 38.62 | 65.64 | 14.91 | - |
| YUV | 181.22 | 59.59 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 239 | 60 | 0.52 | 0 | 0.75 | 0.06 | 101.9 | 0.85 | 0.59 |
| Hex | 72 | EF | 3C | 34 | 0 | 4B | 6 | 66 | 55 | 3B |
| Octal | 162 | 357 | 74 | 64 | 0 | 113 | 6 | 146 | 125 | 73 |
| Binary | 1110010 | 11101111 | 111100 | 110100 | 0 | 1001011 | 110 | 1100110 | 1010101 | 111011 |
Color Harmonies of #72EF3C
Complementary color
Monochromatic Colors of #72EF3C
Black with #72EF3C
Text Example
Text Example
White with #72EF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EF3C; }
p { color: rgb(114,239,60); }
H1.HeaderClassName
{
color: #72EF3C;
}
.AnyTagClassName
{
color: #72EF3C;
}
</style>
background-color css
<style>
a { background-color: #72EF3C; }
a { background-color: rgb(114,239,60); }
div.DivClassName
{
background-color: #72EF3C;
}
.BgClassName
{
background-color: #72EF3C;
}
</style>
border-color css
<style>
span { border-color: #72EF3C; }
span { border-color: rgb(114,239,60); }
td.TdClassName
{
border-color: #72EF3C;
}
.TagClassName
{
border-color: #72EF3C;
}
</style>