Shades of Bright Green #71ED33
Tints of Bright Green #71ED33
RGB
CMYK
RGB Variations
Color information
#71ED33 (or 0x71ED33) is known color: Bright Green. HEX triplet: 71, ED and 33. RGB value is (113,237,51). Sum of RGB (Red+Green+Blue) = 113+237+51=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 237 (92.97% from 255 or 59.10% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 237 - color contains mainly: green. Hex color #71ED33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71ED33 is #8E12CC. Grayscale: #B3B3B3. Windows color (decimal): -9310925 or 3403121. OLE color: 3403121.
HSL color Cylindrical-coordinate representation of color #71ED33: hue angle of 100º degrees, saturation: 0.84, 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 #71ED33 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 237 | 51 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.07 |
| HSL | 100º | 0.84% | 0.56% | - |
| HSV(B) | 100º | 0.78% | 0.93% | - |
| XYZ | 37.69 | 64.32 | 13.56 | - |
| YUV | 178.72 | 55.92 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 237 | 51 | 0.52 | 0 | 0.78 | 0.07 | 100 | 0.84 | 0.56 |
| Hex | 71 | ED | 33 | 34 | 0 | 4E | 7 | 64 | 54 | 38 |
| Octal | 161 | 355 | 63 | 64 | 0 | 116 | 7 | 144 | 124 | 70 |
| Binary | 1110001 | 11101101 | 110011 | 110100 | 0 | 1001110 | 111 | 1100100 | 1010100 | 111000 |
Color Harmonies of #71ED33
Complementary color
Monochromatic Colors of #71ED33
Black with #71ED33
Text Example
Text Example
White with #71ED33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ED33; }
p { color: rgb(113,237,51); }
H1.HeaderClassName
{
color: #71ED33;
}
.AnyTagClassName
{
color: #71ED33;
}
</style>
background-color css
<style>
a { background-color: #71ED33; }
a { background-color: rgb(113,237,51); }
div.DivClassName
{
background-color: #71ED33;
}
.BgClassName
{
background-color: #71ED33;
}
</style>
border-color css
<style>
span { border-color: #71ED33; }
span { border-color: rgb(113,237,51); }
td.TdClassName
{
border-color: #71ED33;
}
.TagClassName
{
border-color: #71ED33;
}
</style>