Shades of Bright Green #72FB2D
Tints of Bright Green #72FB2D
RGB
CMYK
RGB Variations
Color information
#72FB2D (or 0x72FB2D) is known color: Bright Green. HEX triplet: 72, FB and 2D. RGB value is (114,251,45). Sum of RGB (Red+Green+Blue) = 114+251+45=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 251 (98.44% from 255 or 61.22% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 251 - color contains mainly: green. Hex color #72FB2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72FB2D is #8D04D2. Grayscale: #BBBBBB. Windows color (decimal): -9241811 or 3013490. OLE color: 3013490.
HSL color Cylindrical-coordinate representation of color #72FB2D: hue angle of 99.9º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72FB2D is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 251 | 45 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.02 |
| HSL | 99.9º | 0.96% | 0.58% | - |
| HSV(B) | 99.9º | 0.82% | 0.98% | - |
| XYZ | 41.91 | 72.76 | 14.32 | - |
| YUV | 186.55 | 48.11 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 251 | 45 | 0.55 | 0 | 0.82 | 0.02 | 99.9 | 0.96 | 0.58 |
| Hex | 72 | FB | 2D | 37 | 0 | 52 | 2 | 64 | 60 | 3A |
| Octal | 162 | 373 | 55 | 67 | 0 | 122 | 2 | 144 | 140 | 72 |
| Binary | 1110010 | 11111011 | 101101 | 110111 | 0 | 1010010 | 10 | 1100100 | 1100000 | 111010 |
Color Harmonies of #72FB2D
Complementary color
Monochromatic Colors of #72FB2D
Black with #72FB2D
Text Example
Text Example
White with #72FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FB2D; }
p { color: rgb(114,251,45); }
H1.HeaderClassName
{
color: #72FB2D;
}
.AnyTagClassName
{
color: #72FB2D;
}
</style>
background-color css
<style>
a { background-color: #72FB2D; }
a { background-color: rgb(114,251,45); }
div.DivClassName
{
background-color: #72FB2D;
}
.BgClassName
{
background-color: #72FB2D;
}
</style>
border-color css
<style>
span { border-color: #72FB2D; }
span { border-color: rgb(114,251,45); }
td.TdClassName
{
border-color: #72FB2D;
}
.TagClassName
{
border-color: #72FB2D;
}
</style>