Shades of Bright Green #71F226
Tints of Bright Green #71F226
RGB
CMYK
RGB Variations
Color information
#71F226 (or 0x71F226) is known color: Bright Green. HEX triplet: 71, F2 and 26. RGB value is (113,242,38). Sum of RGB (Red+Green+Blue) = 113+242+38=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 242 (94.92% from 255 or 61.58% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 242 - color contains mainly: green. Hex color #71F226 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F226 is #8E0DD9. Grayscale: #B4B4B4. Windows color (decimal): -9309658 or 2552433. OLE color: 2552433.
HSL color Cylindrical-coordinate representation of color #71F226: hue angle of 97.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71F226 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 242 | 38 | - |
| CMYK | 0.53 | 0 | 0.84 | 0.05 |
| HSL | 97.94º | 0.89% | 0.55% | - |
| HSV(B) | 97.94º | 0.84% | 0.95% | - |
| XYZ | 38.91 | 67.15 | 12.75 | - |
| YUV | 180.17 | 47.76 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 242 | 38 | 0.53 | 0 | 0.84 | 0.05 | 97.94 | 0.89 | 0.55 |
| Hex | 71 | F2 | 26 | 35 | 0 | 54 | 5 | 62 | 59 | 37 |
| Octal | 161 | 362 | 46 | 65 | 0 | 124 | 5 | 142 | 131 | 67 |
| Binary | 1110001 | 11110010 | 100110 | 110101 | 0 | 1010100 | 101 | 1100010 | 1011001 | 110111 |
Color Harmonies of #71F226
Complementary color
Monochromatic Colors of #71F226
Black with #71F226
Text Example
Text Example
White with #71F226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F226; }
p { color: rgb(113,242,38); }
H1.HeaderClassName
{
color: #71F226;
}
.AnyTagClassName
{
color: #71F226;
}
</style>
background-color css
<style>
a { background-color: #71F226; }
a { background-color: rgb(113,242,38); }
div.DivClassName
{
background-color: #71F226;
}
.BgClassName
{
background-color: #71F226;
}
</style>
border-color css
<style>
span { border-color: #71F226; }
span { border-color: rgb(113,242,38); }
td.TdClassName
{
border-color: #71F226;
}
.TagClassName
{
border-color: #71F226;
}
</style>