Shades of Bright Green #71FA2D
Tints of Bright Green #71FA2D
RGB
CMYK
RGB Variations
Color information
#71FA2D (or 0x71FA2D) is known color: Bright Green. HEX triplet: 71, FA and 2D. RGB value is (113,250,45). Sum of RGB (Red+Green+Blue) = 113+250+45=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 250 (98.05% from 255 or 61.27% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FA2D is #8E05D2. Grayscale: #BABABA. Windows color (decimal): -9307603 or 3013233. OLE color: 3013233.
HSL color Cylindrical-coordinate representation of color #71FA2D: hue angle of 100.1º degrees, saturation: 0.95, 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 #71FA2D is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 45 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.02 |
| HSL | 100.1º | 0.95% | 0.58% | - |
| HSV(B) | 100.1º | 0.82% | 0.98% | - |
| XYZ | 41.47 | 72.07 | 14.21 | - |
| YUV | 185.67 | 48.61 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 45 | 0.55 | 0 | 0.82 | 0.02 | 100.1 | 0.95 | 0.58 |
| Hex | 71 | FA | 2D | 37 | 0 | 52 | 2 | 64 | 5F | 3A |
| Octal | 161 | 372 | 55 | 67 | 0 | 122 | 2 | 144 | 137 | 72 |
| Binary | 1110001 | 11111010 | 101101 | 110111 | 0 | 1010010 | 10 | 1100100 | 1011111 | 111010 |
Color Harmonies of #71FA2D
Complementary color
Monochromatic Colors of #71FA2D
Black with #71FA2D
Text Example
Text Example
White with #71FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FA2D; }
p { color: rgb(113,250,45); }
H1.HeaderClassName
{
color: #71FA2D;
}
.AnyTagClassName
{
color: #71FA2D;
}
</style>
background-color css
<style>
a { background-color: #71FA2D; }
a { background-color: rgb(113,250,45); }
div.DivClassName
{
background-color: #71FA2D;
}
.BgClassName
{
background-color: #71FA2D;
}
</style>
border-color css
<style>
span { border-color: #71FA2D; }
span { border-color: rgb(113,250,45); }
td.TdClassName
{
border-color: #71FA2D;
}
.TagClassName
{
border-color: #71FA2D;
}
</style>