Shades of Bright Green #61FF1E
Tints of Bright Green #61FF1E
RGB
CMYK
RGB Variations
Color information
#61FF1E (or 0x61FF1E) is known color: Bright Green. HEX triplet: 61, FF and 1E. RGB value is (97,255,30). Sum of RGB (Red+Green+Blue) = 97+255+30=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61FF1E is #9E00E1. Grayscale: #B6B6B6. Windows color (decimal): -10354914 or 2031457. OLE color: 2031457.
HSL color Cylindrical-coordinate representation of color #61FF1E: hue angle of 102.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61FF1E is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 30 | - |
| CMYK | 0.62 | 0 | 0.88 | 0 |
| HSL | 102.13º | 1% | 0.56% | - |
| HSV(B) | 102.13º | 0.88% | 1% | - |
| XYZ | 40.92 | 74.16 | 13.38 | - |
| YUV | 182.11 | 42.15 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 30 | 0.62 | 0 | 0.88 | 0 | 102.13 | 1 | 0.56 |
| Hex | 61 | FF | 1E | 3E | 0 | 58 | 0 | 66 | 64 | 38 |
| Octal | 141 | 377 | 36 | 76 | 0 | 130 | 0 | 146 | 144 | 70 |
| Binary | 1100001 | 11111111 | 11110 | 111110 | 0 | 1011000 | 0 | 1100110 | 1100100 | 111000 |
Color Harmonies of #61FF1E
Complementary color
Monochromatic Colors of #61FF1E
Black with #61FF1E
Text Example
Text Example
White with #61FF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF1E; }
p { color: rgb(97,255,30); }
H1.HeaderClassName
{
color: #61FF1E;
}
.AnyTagClassName
{
color: #61FF1E;
}
</style>
background-color css
<style>
a { background-color: #61FF1E; }
a { background-color: rgb(97,255,30); }
div.DivClassName
{
background-color: #61FF1E;
}
.BgClassName
{
background-color: #61FF1E;
}
</style>
border-color css
<style>
span { border-color: #61FF1E; }
span { border-color: rgb(97,255,30); }
td.TdClassName
{
border-color: #61FF1E;
}
.TagClassName
{
border-color: #61FF1E;
}
</style>