Shades of Bright Green #72FC2D
Tints of Bright Green #72FC2D
RGB
CMYK
RGB Variations
Color information
#72FC2D (or 0x72FC2D) is known color: Bright Green. HEX triplet: 72, FC and 2D. RGB value is (114,252,45). Sum of RGB (Red+Green+Blue) = 114+252+45=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 252 (98.83% from 255 or 61.31% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 252 - color contains mainly: green. Hex color #72FC2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72FC2D is #8D03D2. Grayscale: #BBBBBB. Windows color (decimal): -9241555 or 3013746. OLE color: 3013746.
HSL color Cylindrical-coordinate representation of color #72FC2D: hue angle of 100º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72FC2D is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 252 | 45 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.01 |
| HSL | 100º | 0.97% | 0.58% | - |
| HSV(B) | 100º | 0.82% | 0.99% | - |
| XYZ | 42.22 | 73.39 | 14.42 | - |
| YUV | 187.14 | 47.78 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 252 | 45 | 0.55 | 0 | 0.82 | 0.01 | 100 | 0.97 | 0.58 |
| Hex | 72 | FC | 2D | 37 | 0 | 52 | 1 | 64 | 61 | 3A |
| Octal | 162 | 374 | 55 | 67 | 0 | 122 | 1 | 144 | 141 | 72 |
| Binary | 1110010 | 11111100 | 101101 | 110111 | 0 | 1010010 | 1 | 1100100 | 1100001 | 111010 |
Color Harmonies of #72FC2D
Complementary color
Monochromatic Colors of #72FC2D
Black with #72FC2D
Text Example
Text Example
White with #72FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FC2D; }
p { color: rgb(114,252,45); }
H1.HeaderClassName
{
color: #72FC2D;
}
.AnyTagClassName
{
color: #72FC2D;
}
</style>
background-color css
<style>
a { background-color: #72FC2D; }
a { background-color: rgb(114,252,45); }
div.DivClassName
{
background-color: #72FC2D;
}
.BgClassName
{
background-color: #72FC2D;
}
</style>
border-color css
<style>
span { border-color: #72FC2D; }
span { border-color: rgb(114,252,45); }
td.TdClassName
{
border-color: #72FC2D;
}
.TagClassName
{
border-color: #72FC2D;
}
</style>