Shades of Bright Green #71EC34
Tints of Bright Green #71EC34
RGB
CMYK
RGB Variations
Color information
#71EC34 (or 0x71EC34) is known color: Bright Green. HEX triplet: 71, EC and 34. RGB value is (113,236,52). Sum of RGB (Red+Green+Blue) = 113+236+52=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 236 (92.58% from 255 or 58.85% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 236 - color contains mainly: green. Hex color #71EC34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71EC34 is #8E13CB. Grayscale: #B2B2B2. Windows color (decimal): -9311180 or 3468401. OLE color: 3468401.
HSL color Cylindrical-coordinate representation of color #71EC34: hue angle of 100.11º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71EC34 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 52 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.07 |
| HSL | 100.11º | 0.83% | 0.56% | - |
| HSV(B) | 100.11º | 0.78% | 0.93% | - |
| XYZ | 37.43 | 63.75 | 13.58 | - |
| YUV | 178.25 | 56.75 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 52 | 0.52 | 0 | 0.78 | 0.07 | 100.11 | 0.83 | 0.56 |
| Hex | 71 | EC | 34 | 34 | 0 | 4E | 7 | 64 | 53 | 38 |
| Octal | 161 | 354 | 64 | 64 | 0 | 116 | 7 | 144 | 123 | 70 |
| Binary | 1110001 | 11101100 | 110100 | 110100 | 0 | 1001110 | 111 | 1100100 | 1010011 | 111000 |
Color Harmonies of #71EC34
Complementary color
Monochromatic Colors of #71EC34
Black with #71EC34
Text Example
Text Example
White with #71EC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EC34; }
p { color: rgb(113,236,52); }
H1.HeaderClassName
{
color: #71EC34;
}
.AnyTagClassName
{
color: #71EC34;
}
</style>
background-color css
<style>
a { background-color: #71EC34; }
a { background-color: rgb(113,236,52); }
div.DivClassName
{
background-color: #71EC34;
}
.BgClassName
{
background-color: #71EC34;
}
</style>
border-color css
<style>
span { border-color: #71EC34; }
span { border-color: rgb(113,236,52); }
td.TdClassName
{
border-color: #71EC34;
}
.TagClassName
{
border-color: #71EC34;
}
</style>