Shades of Bright Green #72FF1C
Tints of Bright Green #72FF1C
RGB
CMYK
RGB Variations
Color information
#72FF1C (or 0x72FF1C) is known color: Bright Green. HEX triplet: 72, FF and 1C. RGB value is (114,255,28). Sum of RGB (Red+Green+Blue) = 114+255+28=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72FF1C is #8D00E3. Grayscale: #BBBBBB. Windows color (decimal): -9240804 or 1900402. OLE color: 1900402.
HSL color Cylindrical-coordinate representation of color #72FF1C: hue angle of 97.27º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72FF1C is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 28 | - |
| CMYK | 0.55 | 0 | 0.89 | 0 |
| HSL | 97.27º | 1% | 0.55% | - |
| HSV(B) | 97.27º | 0.89% | 1% | - |
| XYZ | 42.91 | 75.18 | 13.35 | - |
| YUV | 186.96 | 38.29 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 28 | 0.55 | 0 | 0.89 | 0 | 97.27 | 1 | 0.55 |
| Hex | 72 | FF | 1C | 37 | 0 | 59 | 0 | 61 | 64 | 37 |
| Octal | 162 | 377 | 34 | 67 | 0 | 131 | 0 | 141 | 144 | 67 |
| Binary | 1110010 | 11111111 | 11100 | 110111 | 0 | 1011001 | 0 | 1100001 | 1100100 | 110111 |
Color Harmonies of #72FF1C
Complementary color
Monochromatic Colors of #72FF1C
Black with #72FF1C
Text Example
Text Example
White with #72FF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FF1C; }
p { color: rgb(114,255,28); }
H1.HeaderClassName
{
color: #72FF1C;
}
.AnyTagClassName
{
color: #72FF1C;
}
</style>
background-color css
<style>
a { background-color: #72FF1C; }
a { background-color: rgb(114,255,28); }
div.DivClassName
{
background-color: #72FF1C;
}
.BgClassName
{
background-color: #72FF1C;
}
</style>
border-color css
<style>
span { border-color: #72FF1C; }
span { border-color: rgb(114,255,28); }
td.TdClassName
{
border-color: #72FF1C;
}
.TagClassName
{
border-color: #72FF1C;
}
</style>