Shades of Bright Green #71EC2D
Tints of Bright Green #71EC2D
RGB
CMYK
RGB Variations
Color information
#71EC2D (or 0x71EC2D) is known color: Bright Green. HEX triplet: 71, EC and 2D. RGB value is (113,236,45). Sum of RGB (Red+Green+Blue) = 113+236+45=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 236 (92.58% from 255 or 59.90% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 236 - color contains mainly: green. Hex color #71EC2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71EC2D is #8E13D2. Grayscale: #B2B2B2. Windows color (decimal): -9311187 or 3009649. OLE color: 3009649.
HSL color Cylindrical-coordinate representation of color #71EC2D: hue angle of 98.64º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71EC2D is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 45 | - |
| CMYK | 0.52 | 0 | 0.81 | 0.07 |
| HSL | 98.64º | 0.83% | 0.55% | - |
| HSV(B) | 98.64º | 0.81% | 0.93% | - |
| XYZ | 37.28 | 63.69 | 12.81 | - |
| YUV | 177.45 | 53.25 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 45 | 0.52 | 0 | 0.81 | 0.07 | 98.64 | 0.83 | 0.55 |
| Hex | 71 | EC | 2D | 34 | 0 | 51 | 7 | 63 | 53 | 37 |
| Octal | 161 | 354 | 55 | 64 | 0 | 121 | 7 | 143 | 123 | 67 |
| Binary | 1110001 | 11101100 | 101101 | 110100 | 0 | 1010001 | 111 | 1100011 | 1010011 | 110111 |
Color Harmonies of #71EC2D
Complementary color
Monochromatic Colors of #71EC2D
Black with #71EC2D
Text Example
Text Example
White with #71EC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EC2D; }
p { color: rgb(113,236,45); }
H1.HeaderClassName
{
color: #71EC2D;
}
.AnyTagClassName
{
color: #71EC2D;
}
</style>
background-color css
<style>
a { background-color: #71EC2D; }
a { background-color: rgb(113,236,45); }
div.DivClassName
{
background-color: #71EC2D;
}
.BgClassName
{
background-color: #71EC2D;
}
</style>
border-color css
<style>
span { border-color: #71EC2D; }
span { border-color: rgb(113,236,45); }
td.TdClassName
{
border-color: #71EC2D;
}
.TagClassName
{
border-color: #71EC2D;
}
</style>