Shades of Bright Green #71FE30
Tints of Bright Green #71FE30
RGB
CMYK
RGB Variations
Color information
#71FE30 (or 0x71FE30) is known color: Bright Green. HEX triplet: 71, FE and 30. RGB value is (113,254,48). Sum of RGB (Red+Green+Blue) = 113+254+48=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 254 (99.61% from 255 or 61.20% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FE30 is #8E01CF. Grayscale: #BDBDBD. Windows color (decimal): -9306576 or 3210865. OLE color: 3210865.
HSL color Cylindrical-coordinate representation of color #71FE30: hue angle of 101.07º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71FE30 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 48 | - |
| CMYK | 0.56 | 0 | 0.81 | 0.00 |
| HSL | 101.07º | 0.99% | 0.59% | - |
| HSV(B) | 101.07º | 0.81% | 1% | - |
| XYZ | 42.79 | 74.61 | 14.94 | - |
| YUV | 188.36 | 48.79 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 48 | 0.56 | 0 | 0.81 | 0.00 | 101.07 | 0.99 | 0.59 |
| Hex | 71 | FE | 30 | 38 | 0 | 51 | 0 | 65 | 63 | 3B |
| Octal | 161 | 376 | 60 | 70 | 0 | 121 | 0 | 145 | 143 | 73 |
| Binary | 1110001 | 11111110 | 110000 | 111000 | 0 | 1010001 | 0 | 1100101 | 1100011 | 111011 |
Color Harmonies of #71FE30
Complementary color
Monochromatic Colors of #71FE30
Black with #71FE30
Text Example
Text Example
White with #71FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FE30; }
p { color: rgb(113,254,48); }
H1.HeaderClassName
{
color: #71FE30;
}
.AnyTagClassName
{
color: #71FE30;
}
</style>
background-color css
<style>
a { background-color: #71FE30; }
a { background-color: rgb(113,254,48); }
div.DivClassName
{
background-color: #71FE30;
}
.BgClassName
{
background-color: #71FE30;
}
</style>
border-color css
<style>
span { border-color: #71FE30; }
span { border-color: rgb(113,254,48); }
td.TdClassName
{
border-color: #71FE30;
}
.TagClassName
{
border-color: #71FE30;
}
</style>