Shades of Screamin' Green #72FF3C
Tints of Screamin' Green #72FF3C
RGB
CMYK
RGB Variations
Color information
#72FF3C (or 0x72FF3C) is known color: Screamin' Green. HEX triplet: 72, FF and 3C. RGB value is (114,255,60). Sum of RGB (Red+Green+Blue) = 114+255+60=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72FF3C is #8D00C3. Grayscale: #BFBFBF. Windows color (decimal): -9240772 or 3997554. OLE color: 3997554.
HSL color Cylindrical-coordinate representation of color #72FF3C: hue angle of 103.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72FF3C is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 60 | - |
| CMYK | 0.55 | 0 | 0.76 | 0 |
| HSL | 103.38º | 1% | 0.62% | - |
| HSV(B) | 103.38º | 0.76% | 1% | - |
| XYZ | 43.52 | 75.42 | 16.54 | - |
| YUV | 190.61 | 54.29 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 60 | 0.55 | 0 | 0.76 | 0 | 103.38 | 1 | 0.62 |
| Hex | 72 | FF | 3C | 37 | 0 | 4C | 0 | 67 | 64 | 3E |
| Octal | 162 | 377 | 74 | 67 | 0 | 114 | 0 | 147 | 144 | 76 |
| Binary | 1110010 | 11111111 | 111100 | 110111 | 0 | 1001100 | 0 | 1100111 | 1100100 | 111110 |
Color Harmonies of #72FF3C
Complementary color
Monochromatic Colors of #72FF3C
Black with #72FF3C
Text Example
Text Example
White with #72FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FF3C; }
p { color: rgb(114,255,60); }
H1.HeaderClassName
{
color: #72FF3C;
}
.AnyTagClassName
{
color: #72FF3C;
}
</style>
background-color css
<style>
a { background-color: #72FF3C; }
a { background-color: rgb(114,255,60); }
div.DivClassName
{
background-color: #72FF3C;
}
.BgClassName
{
background-color: #72FF3C;
}
</style>
border-color css
<style>
span { border-color: #72FF3C; }
span { border-color: rgb(114,255,60); }
td.TdClassName
{
border-color: #72FF3C;
}
.TagClassName
{
border-color: #72FF3C;
}
</style>