Shades of Bright Green #71FB2D
Tints of Bright Green #71FB2D
RGB
CMYK
RGB Variations
Color information
#71FB2D (or 0x71FB2D) is known color: Bright Green. HEX triplet: 71, FB and 2D. RGB value is (113,251,45). Sum of RGB (Red+Green+Blue) = 113+251+45=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 251 (98.44% from 255 or 61.37% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 251 - color contains mainly: green. Hex color #71FB2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FB2D is #8E04D2. Grayscale: #BABABA. Windows color (decimal): -9307347 or 3013489. OLE color: 3013489.
HSL color Cylindrical-coordinate representation of color #71FB2D: hue angle of 100.19º degrees, saturation: 0.96, 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 #71FB2D is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 251 | 45 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.02 |
| HSL | 100.19º | 0.96% | 0.58% | - |
| HSV(B) | 100.19º | 0.82% | 0.98% | - |
| XYZ | 41.78 | 72.69 | 14.31 | - |
| YUV | 186.25 | 48.28 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 251 | 45 | 0.55 | 0 | 0.82 | 0.02 | 100.19 | 0.96 | 0.58 |
| Hex | 71 | FB | 2D | 37 | 0 | 52 | 2 | 64 | 60 | 3A |
| Octal | 161 | 373 | 55 | 67 | 0 | 122 | 2 | 144 | 140 | 72 |
| Binary | 1110001 | 11111011 | 101101 | 110111 | 0 | 1010010 | 10 | 1100100 | 1100000 | 111010 |
Color Harmonies of #71FB2D
Complementary color
Monochromatic Colors of #71FB2D
Black with #71FB2D
Text Example
Text Example
White with #71FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FB2D; }
p { color: rgb(113,251,45); }
H1.HeaderClassName
{
color: #71FB2D;
}
.AnyTagClassName
{
color: #71FB2D;
}
</style>
background-color css
<style>
a { background-color: #71FB2D; }
a { background-color: rgb(113,251,45); }
div.DivClassName
{
background-color: #71FB2D;
}
.BgClassName
{
background-color: #71FB2D;
}
</style>
border-color css
<style>
span { border-color: #71FB2D; }
span { border-color: rgb(113,251,45); }
td.TdClassName
{
border-color: #71FB2D;
}
.TagClassName
{
border-color: #71FB2D;
}
</style>