Shades of Bright Green #71FF1C
Tints of Bright Green #71FF1C
RGB
CMYK
RGB Variations
Color information
#71FF1C (or 0x71FF1C) is known color: Bright Green. HEX triplet: 71, FF and 1C. RGB value is (113,255,28). Sum of RGB (Red+Green+Blue) = 113+255+28=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #71FF1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FF1C is #8E00E3. Grayscale: #BBBBBB. Windows color (decimal): -9306340 or 1900401. OLE color: 1900401.
HSL color Cylindrical-coordinate representation of color #71FF1C: hue angle of 97.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71FF1C is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 28 | - |
| CMYK | 0.56 | 0 | 0.89 | 0 |
| HSL | 97.53º | 1% | 0.55% | - |
| HSV(B) | 97.53º | 0.89% | 1% | - |
| XYZ | 42.78 | 75.11 | 13.34 | - |
| YUV | 186.66 | 38.46 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 28 | 0.56 | 0 | 0.89 | 0 | 97.53 | 1 | 0.55 |
| Hex | 71 | FF | 1C | 38 | 0 | 59 | 0 | 62 | 64 | 37 |
| Octal | 161 | 377 | 34 | 70 | 0 | 131 | 0 | 142 | 144 | 67 |
| Binary | 1110001 | 11111111 | 11100 | 111000 | 0 | 1011001 | 0 | 1100010 | 1100100 | 110111 |
Color Harmonies of #71FF1C
Complementary color
Monochromatic Colors of #71FF1C
Black with #71FF1C
Text Example
Text Example
White with #71FF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FF1C; }
p { color: rgb(113,255,28); }
H1.HeaderClassName
{
color: #71FF1C;
}
.AnyTagClassName
{
color: #71FF1C;
}
</style>
background-color css
<style>
a { background-color: #71FF1C; }
a { background-color: rgb(113,255,28); }
div.DivClassName
{
background-color: #71FF1C;
}
.BgClassName
{
background-color: #71FF1C;
}
</style>
border-color css
<style>
span { border-color: #71FF1C; }
span { border-color: rgb(113,255,28); }
td.TdClassName
{
border-color: #71FF1C;
}
.TagClassName
{
border-color: #71FF1C;
}
</style>