Shades of Bright Green #61EC1E
Tints of Bright Green #61EC1E
RGB
CMYK
RGB Variations
Color information
#61EC1E (or 0x61EC1E) is known color: Bright Green. HEX triplet: 61, EC and 1E. RGB value is (97,236,30). Sum of RGB (Red+Green+Blue) = 97+236+30=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 236 (92.58% from 255 or 65.01% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 236 - color contains mainly: green. Hex color #61EC1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61EC1E is #9E13E1. Grayscale: #ABABAB. Windows color (decimal): -10359778 or 2026593. OLE color: 2026593.
HSL color Cylindrical-coordinate representation of color #61EC1E: hue angle of 100.49º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61EC1E is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 236 | 30 | - |
| CMYK | 0.59 | 0 | 0.87 | 0.07 |
| HSL | 100.49º | 0.84% | 0.52% | - |
| HSV(B) | 100.49º | 0.87% | 0.93% | - |
| XYZ | 35.16 | 62.63 | 11.46 | - |
| YUV | 170.96 | 48.45 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 236 | 30 | 0.59 | 0 | 0.87 | 0.07 | 100.49 | 0.84 | 0.52 |
| Hex | 61 | EC | 1E | 3B | 0 | 57 | 7 | 64 | 54 | 34 |
| Octal | 141 | 354 | 36 | 73 | 0 | 127 | 7 | 144 | 124 | 64 |
| Binary | 1100001 | 11101100 | 11110 | 111011 | 0 | 1010111 | 111 | 1100100 | 1010100 | 110100 |
Color Harmonies of #61EC1E
Complementary color
Monochromatic Colors of #61EC1E
Black with #61EC1E
Text Example
Text Example
White with #61EC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EC1E; }
p { color: rgb(97,236,30); }
H1.HeaderClassName
{
color: #61EC1E;
}
.AnyTagClassName
{
color: #61EC1E;
}
</style>
background-color css
<style>
a { background-color: #61EC1E; }
a { background-color: rgb(97,236,30); }
div.DivClassName
{
background-color: #61EC1E;
}
.BgClassName
{
background-color: #61EC1E;
}
</style>
border-color css
<style>
span { border-color: #61EC1E; }
span { border-color: rgb(97,236,30); }
td.TdClassName
{
border-color: #61EC1E;
}
.TagClassName
{
border-color: #61EC1E;
}
</style>