Shades of Bright Green #71F12C
Tints of Bright Green #71F12C
RGB
CMYK
RGB Variations
Color information
#71F12C (or 0x71F12C) is known color: Bright Green. HEX triplet: 71, F1 and 2C. RGB value is (113,241,44). Sum of RGB (Red+Green+Blue) = 113+241+44=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 241 (94.53% from 255 or 60.55% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 241 - color contains mainly: green. Hex color #71F12C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F12C is #8E0ED3. Grayscale: #B4B4B4. Windows color (decimal): -9309908 or 2945393. OLE color: 2945393.
HSL color Cylindrical-coordinate representation of color #71F12C: hue angle of 98.98º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71F12C is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 241 | 44 | - |
| CMYK | 0.53 | 0 | 0.82 | 0.05 |
| HSL | 98.98º | 0.88% | 0.56% | - |
| HSV(B) | 98.98º | 0.82% | 0.95% | - |
| XYZ | 38.72 | 66.6 | 13.2 | - |
| YUV | 180.27 | 51.09 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 241 | 44 | 0.53 | 0 | 0.82 | 0.05 | 98.98 | 0.88 | 0.56 |
| Hex | 71 | F1 | 2C | 35 | 0 | 52 | 5 | 63 | 58 | 38 |
| Octal | 161 | 361 | 54 | 65 | 0 | 122 | 5 | 143 | 130 | 70 |
| Binary | 1110001 | 11110001 | 101100 | 110101 | 0 | 1010010 | 101 | 1100011 | 1011000 | 111000 |
Color Harmonies of #71F12C
Complementary color
Monochromatic Colors of #71F12C
Black with #71F12C
Text Example
Text Example
White with #71F12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F12C; }
p { color: rgb(113,241,44); }
H1.HeaderClassName
{
color: #71F12C;
}
.AnyTagClassName
{
color: #71F12C;
}
</style>
background-color css
<style>
a { background-color: #71F12C; }
a { background-color: rgb(113,241,44); }
div.DivClassName
{
background-color: #71F12C;
}
.BgClassName
{
background-color: #71F12C;
}
</style>
border-color css
<style>
span { border-color: #71F12C; }
span { border-color: rgb(113,241,44); }
td.TdClassName
{
border-color: #71F12C;
}
.TagClassName
{
border-color: #71F12C;
}
</style>