Shades of Bright Green #72FE1D
Tints of Bright Green #72FE1D
RGB
CMYK
RGB Variations
Color information
#72FE1D (or 0x72FE1D) is known color: Bright Green. HEX triplet: 72, FE and 1D. RGB value is (114,254,29). Sum of RGB (Red+Green+Blue) = 114+254+29=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 254 (99.61% from 255 or 63.98% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 254 - color contains mainly: green. Hex color #72FE1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72FE1D is #8D01E2. Grayscale: #BBBBBB. Windows color (decimal): -9241059 or 1965682. OLE color: 1965682.
HSL color Cylindrical-coordinate representation of color #72FE1D: hue angle of 97.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72FE1D is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 29 | - |
| CMYK | 0.55 | 0 | 0.89 | 0.00 |
| HSL | 97.33º | 0.99% | 0.55% | - |
| HSV(B) | 97.33º | 0.89% | 1% | - |
| XYZ | 42.6 | 74.55 | 13.31 | - |
| YUV | 186.49 | 39.12 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 29 | 0.55 | 0 | 0.89 | 0.00 | 97.33 | 0.99 | 0.55 |
| Hex | 72 | FE | 1D | 37 | 0 | 59 | 0 | 61 | 63 | 37 |
| Octal | 162 | 376 | 35 | 67 | 0 | 131 | 0 | 141 | 143 | 67 |
| Binary | 1110010 | 11111110 | 11101 | 110111 | 0 | 1011001 | 0 | 1100001 | 1100011 | 110111 |
Color Harmonies of #72FE1D
Complementary color
Monochromatic Colors of #72FE1D
Black with #72FE1D
Text Example
Text Example
White with #72FE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FE1D; }
p { color: rgb(114,254,29); }
H1.HeaderClassName
{
color: #72FE1D;
}
.AnyTagClassName
{
color: #72FE1D;
}
</style>
background-color css
<style>
a { background-color: #72FE1D; }
a { background-color: rgb(114,254,29); }
div.DivClassName
{
background-color: #72FE1D;
}
.BgClassName
{
background-color: #72FE1D;
}
</style>
border-color css
<style>
span { border-color: #72FE1D; }
span { border-color: rgb(114,254,29); }
td.TdClassName
{
border-color: #72FE1D;
}
.TagClassName
{
border-color: #72FE1D;
}
</style>