Shades of Bright Green #72F232
Tints of Bright Green #72F232
RGB
CMYK
RGB Variations
Color information
#72F232 (or 0x72F232) is known color: Bright Green. HEX triplet: 72, F2 and 32. RGB value is (114,242,50). Sum of RGB (Red+Green+Blue) = 114+242+50=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #72F232 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72F232 is #8D0DCD. Grayscale: #B6B6B6. Windows color (decimal): -9244110 or 3338866. OLE color: 3338866.
HSL color Cylindrical-coordinate representation of color #72F232: hue angle of 100º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72F232 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 242 | 50 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.05 |
| HSL | 100º | 0.88% | 0.57% | - |
| HSV(B) | 100º | 0.79% | 0.95% | - |
| XYZ | 39.27 | 67.31 | 13.94 | - |
| YUV | 181.84 | 53.59 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 242 | 50 | 0.53 | 0 | 0.79 | 0.05 | 100 | 0.88 | 0.57 |
| Hex | 72 | F2 | 32 | 35 | 0 | 4F | 5 | 64 | 58 | 39 |
| Octal | 162 | 362 | 62 | 65 | 0 | 117 | 5 | 144 | 130 | 71 |
| Binary | 1110010 | 11110010 | 110010 | 110101 | 0 | 1001111 | 101 | 1100100 | 1011000 | 111001 |
Color Harmonies of #72F232
Complementary color
Monochromatic Colors of #72F232
Black with #72F232
Text Example
Text Example
White with #72F232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F232; }
p { color: rgb(114,242,50); }
H1.HeaderClassName
{
color: #72F232;
}
.AnyTagClassName
{
color: #72F232;
}
</style>
background-color css
<style>
a { background-color: #72F232; }
a { background-color: rgb(114,242,50); }
div.DivClassName
{
background-color: #72F232;
}
.BgClassName
{
background-color: #72F232;
}
</style>
border-color css
<style>
span { border-color: #72F232; }
span { border-color: rgb(114,242,50); }
td.TdClassName
{
border-color: #72F232;
}
.TagClassName
{
border-color: #72F232;
}
</style>