Shades of Bright Green #72FA1E
Tints of Bright Green #72FA1E
RGB
CMYK
RGB Variations
Color information
#72FA1E (or 0x72FA1E) is known color: Bright Green. HEX triplet: 72, FA and 1E. RGB value is (114,250,30). Sum of RGB (Red+Green+Blue) = 114+250+30=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 250 (98.05% from 255 or 63.45% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 250 - color contains mainly: green. Hex color #72FA1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72FA1E is #8D05E1. Grayscale: #B9B9B9. Windows color (decimal): -9242082 or 2030194. OLE color: 2030194.
HSL color Cylindrical-coordinate representation of color #72FA1E: hue angle of 97.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72FA1E is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 250 | 30 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.02 |
| HSL | 97.09º | 0.96% | 0.55% | - |
| HSV(B) | 97.09º | 0.88% | 0.98% | - |
| XYZ | 41.36 | 72.04 | 12.95 | - |
| YUV | 184.26 | 40.94 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 250 | 30 | 0.54 | 0 | 0.88 | 0.02 | 97.09 | 0.96 | 0.55 |
| Hex | 72 | FA | 1E | 36 | 0 | 58 | 2 | 61 | 60 | 37 |
| Octal | 162 | 372 | 36 | 66 | 0 | 130 | 2 | 141 | 140 | 67 |
| Binary | 1110010 | 11111010 | 11110 | 110110 | 0 | 1011000 | 10 | 1100001 | 1100000 | 110111 |
Color Harmonies of #72FA1E
Complementary color
Monochromatic Colors of #72FA1E
Black with #72FA1E
Text Example
Text Example
White with #72FA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FA1E; }
p { color: rgb(114,250,30); }
H1.HeaderClassName
{
color: #72FA1E;
}
.AnyTagClassName
{
color: #72FA1E;
}
</style>
background-color css
<style>
a { background-color: #72FA1E; }
a { background-color: rgb(114,250,30); }
div.DivClassName
{
background-color: #72FA1E;
}
.BgClassName
{
background-color: #72FA1E;
}
</style>
border-color css
<style>
span { border-color: #72FA1E; }
span { border-color: rgb(114,250,30); }
td.TdClassName
{
border-color: #72FA1E;
}
.TagClassName
{
border-color: #72FA1E;
}
</style>