Shades of Bright Green #71FA18
Tints of Bright Green #71FA18
RGB
CMYK
RGB Variations
Color information
#71FA18 (or 0x71FA18) is known color: Bright Green. HEX triplet: 71, FA and 18. RGB value is (113,250,24). Sum of RGB (Red+Green+Blue) = 113+250+24=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FA18 is #8E05E7. Grayscale: #B8B8B8. Windows color (decimal): -9307624 or 1636977. OLE color: 1636977.
HSL color Cylindrical-coordinate representation of color #71FA18: hue angle of 96.37º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71FA18 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 24 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.02 |
| HSL | 96.37º | 0.96% | 0.54% | - |
| HSV(B) | 96.37º | 0.9% | 0.98% | - |
| XYZ | 41.16 | 71.95 | 12.58 | - |
| YUV | 183.27 | 38.11 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 24 | 0.55 | 0 | 0.90 | 0.02 | 96.37 | 0.96 | 0.54 |
| Hex | 71 | FA | 18 | 37 | 0 | 5A | 2 | 60 | 60 | 36 |
| Octal | 161 | 372 | 30 | 67 | 0 | 132 | 2 | 140 | 140 | 66 |
| Binary | 1110001 | 11111010 | 11000 | 110111 | 0 | 1011010 | 10 | 1100000 | 1100000 | 110110 |
Color Harmonies of #71FA18
Complementary color
Monochromatic Colors of #71FA18
Black with #71FA18
Text Example
Text Example
White with #71FA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FA18; }
p { color: rgb(113,250,24); }
H1.HeaderClassName
{
color: #71FA18;
}
.AnyTagClassName
{
color: #71FA18;
}
</style>
background-color css
<style>
a { background-color: #71FA18; }
a { background-color: rgb(113,250,24); }
div.DivClassName
{
background-color: #71FA18;
}
.BgClassName
{
background-color: #71FA18;
}
</style>
border-color css
<style>
span { border-color: #71FA18; }
span { border-color: rgb(113,250,24); }
td.TdClassName
{
border-color: #71FA18;
}
.TagClassName
{
border-color: #71FA18;
}
</style>