Shades of Bright Green #71F234
Tints of Bright Green #71F234
RGB
CMYK
RGB Variations
Color information
#71F234 (or 0x71F234) is known color: Bright Green. HEX triplet: 71, F2 and 34. RGB value is (113,242,52). Sum of RGB (Red+Green+Blue) = 113+242+52=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 242 (94.92% from 255 or 59.46% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 242 - color contains mainly: green. Hex color #71F234 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F234 is #8E0DCB. Grayscale: #B6B6B6. Windows color (decimal): -9309644 or 3469937. OLE color: 3469937.
HSL color Cylindrical-coordinate representation of color #71F234: hue angle of 100.74º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71F234 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 242 | 52 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.05 |
| HSL | 100.74º | 0.88% | 0.58% | - |
| HSV(B) | 100.74º | 0.79% | 0.95% | - |
| XYZ | 39.18 | 67.26 | 14.17 | - |
| YUV | 181.77 | 54.76 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 242 | 52 | 0.53 | 0 | 0.79 | 0.05 | 100.74 | 0.88 | 0.58 |
| Hex | 71 | F2 | 34 | 35 | 0 | 4F | 5 | 65 | 58 | 3A |
| Octal | 161 | 362 | 64 | 65 | 0 | 117 | 5 | 145 | 130 | 72 |
| Binary | 1110001 | 11110010 | 110100 | 110101 | 0 | 1001111 | 101 | 1100101 | 1011000 | 111010 |
Color Harmonies of #71F234
Complementary color
Monochromatic Colors of #71F234
Black with #71F234
Text Example
Text Example
White with #71F234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F234; }
p { color: rgb(113,242,52); }
H1.HeaderClassName
{
color: #71F234;
}
.AnyTagClassName
{
color: #71F234;
}
</style>
background-color css
<style>
a { background-color: #71F234; }
a { background-color: rgb(113,242,52); }
div.DivClassName
{
background-color: #71F234;
}
.BgClassName
{
background-color: #71F234;
}
</style>
border-color css
<style>
span { border-color: #71F234; }
span { border-color: rgb(113,242,52); }
td.TdClassName
{
border-color: #71F234;
}
.TagClassName
{
border-color: #71F234;
}
</style>