Shades of Bright Green #71ED34
Tints of Bright Green #71ED34
RGB
CMYK
RGB Variations
Color information
#71ED34 (or 0x71ED34) is known color: Bright Green. HEX triplet: 71, ED and 34. RGB value is (113,237,52). Sum of RGB (Red+Green+Blue) = 113+237+52=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 237 (92.97% from 255 or 58.96% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 237 - color contains mainly: green. Hex color #71ED34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71ED34 is #8E12CB. Grayscale: #B3B3B3. Windows color (decimal): -9310924 or 3468657. OLE color: 3468657.
HSL color Cylindrical-coordinate representation of color #71ED34: hue angle of 100.22º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71ED34 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 237 | 52 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.07 |
| HSL | 100.22º | 0.84% | 0.57% | - |
| HSV(B) | 100.22º | 0.78% | 0.93% | - |
| XYZ | 37.71 | 64.33 | 13.68 | - |
| YUV | 178.83 | 56.42 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 237 | 52 | 0.52 | 0 | 0.78 | 0.07 | 100.22 | 0.84 | 0.57 |
| Hex | 71 | ED | 34 | 34 | 0 | 4E | 7 | 64 | 54 | 39 |
| Octal | 161 | 355 | 64 | 64 | 0 | 116 | 7 | 144 | 124 | 71 |
| Binary | 1110001 | 11101101 | 110100 | 110100 | 0 | 1001110 | 111 | 1100100 | 1010100 | 111001 |
Color Harmonies of #71ED34
Complementary color
Monochromatic Colors of #71ED34
Black with #71ED34
Text Example
Text Example
White with #71ED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ED34; }
p { color: rgb(113,237,52); }
H1.HeaderClassName
{
color: #71ED34;
}
.AnyTagClassName
{
color: #71ED34;
}
</style>
background-color css
<style>
a { background-color: #71ED34; }
a { background-color: rgb(113,237,52); }
div.DivClassName
{
background-color: #71ED34;
}
.BgClassName
{
background-color: #71ED34;
}
</style>
border-color css
<style>
span { border-color: #71ED34; }
span { border-color: rgb(113,237,52); }
td.TdClassName
{
border-color: #71ED34;
}
.TagClassName
{
border-color: #71ED34;
}
</style>