Shades of Bright Green #71F228
Tints of Bright Green #71F228
RGB
CMYK
RGB Variations
Color information
#71F228 (or 0x71F228) is known color: Bright Green. HEX triplet: 71, F2 and 28. RGB value is (113,242,40). Sum of RGB (Red+Green+Blue) = 113+242+40=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #71F228 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F228 is #8E0DD7. Grayscale: #B5B5B5. Windows color (decimal): -9309656 or 2683505. OLE color: 2683505.
HSL color Cylindrical-coordinate representation of color #71F228: hue angle of 98.32º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71F228 is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 242 | 40 | - |
| CMYK | 0.53 | 0 | 0.83 | 0.05 |
| HSL | 98.32º | 0.89% | 0.55% | - |
| HSV(B) | 98.32º | 0.83% | 0.95% | - |
| XYZ | 38.95 | 67.17 | 12.92 | - |
| YUV | 180.4 | 48.76 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 242 | 40 | 0.53 | 0 | 0.83 | 0.05 | 98.32 | 0.89 | 0.55 |
| Hex | 71 | F2 | 28 | 35 | 0 | 53 | 5 | 62 | 59 | 37 |
| Octal | 161 | 362 | 50 | 65 | 0 | 123 | 5 | 142 | 131 | 67 |
| Binary | 1110001 | 11110010 | 101000 | 110101 | 0 | 1010011 | 101 | 1100010 | 1011001 | 110111 |
Color Harmonies of #71F228
Complementary color
Monochromatic Colors of #71F228
Black with #71F228
Text Example
Text Example
White with #71F228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F228; }
p { color: rgb(113,242,40); }
H1.HeaderClassName
{
color: #71F228;
}
.AnyTagClassName
{
color: #71F228;
}
</style>
background-color css
<style>
a { background-color: #71F228; }
a { background-color: rgb(113,242,40); }
div.DivClassName
{
background-color: #71F228;
}
.BgClassName
{
background-color: #71F228;
}
</style>
border-color css
<style>
span { border-color: #71F228; }
span { border-color: rgb(113,242,40); }
td.TdClassName
{
border-color: #71F228;
}
.TagClassName
{
border-color: #71F228;
}
</style>