Shades of Bright Green #61FF2A
Tints of Bright Green #61FF2A
RGB
CMYK
RGB Variations
Color information
#61FF2A (or 0x61FF2A) is known color: Bright Green. HEX triplet: 61, FF and 2A. RGB value is (97,255,42). Sum of RGB (Red+Green+Blue) = 97+255+42=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 255 (100% from 255 or 64.72% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61FF2A is #9E00D5. Grayscale: #B8B8B8. Windows color (decimal): -10354902 or 2817889. OLE color: 2817889.
HSL color Cylindrical-coordinate representation of color #61FF2A: hue angle of 104.51º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61FF2A is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 42 | - |
| CMYK | 0.62 | 0 | 0.84 | 0 |
| HSL | 104.51º | 1% | 0.58% | - |
| HSV(B) | 104.51º | 0.84% | 1% | - |
| XYZ | 41.11 | 74.23 | 14.35 | - |
| YUV | 183.48 | 48.15 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 42 | 0.62 | 0 | 0.84 | 0 | 104.51 | 1 | 0.58 |
| Hex | 61 | FF | 2A | 3E | 0 | 54 | 0 | 69 | 64 | 3A |
| Octal | 141 | 377 | 52 | 76 | 0 | 124 | 0 | 151 | 144 | 72 |
| Binary | 1100001 | 11111111 | 101010 | 111110 | 0 | 1010100 | 0 | 1101001 | 1100100 | 111010 |
Color Harmonies of #61FF2A
Complementary color
Monochromatic Colors of #61FF2A
Black with #61FF2A
Text Example
Text Example
White with #61FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF2A; }
p { color: rgb(97,255,42); }
H1.HeaderClassName
{
color: #61FF2A;
}
.AnyTagClassName
{
color: #61FF2A;
}
</style>
background-color css
<style>
a { background-color: #61FF2A; }
a { background-color: rgb(97,255,42); }
div.DivClassName
{
background-color: #61FF2A;
}
.BgClassName
{
background-color: #61FF2A;
}
</style>
border-color css
<style>
span { border-color: #61FF2A; }
span { border-color: rgb(97,255,42); }
td.TdClassName
{
border-color: #61FF2A;
}
.TagClassName
{
border-color: #61FF2A;
}
</style>