Shades of Bright Green #61ED2C
Tints of Bright Green #61ED2C
RGB
CMYK
RGB Variations
Color information
#61ED2C (or 0x61ED2C) is known color: Bright Green. HEX triplet: 61, ED and 2C. RGB value is (97,237,44). Sum of RGB (Red+Green+Blue) = 97+237+44=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 237 (92.97% from 255 or 62.70% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 237 - color contains mainly: green. Hex color #61ED2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61ED2C is #9E12D3. Grayscale: #ADADAD. Windows color (decimal): -10359508 or 2944353. OLE color: 2944353.
HSL color Cylindrical-coordinate representation of color #61ED2C: hue angle of 103.52º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61ED2C is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 237 | 44 | - |
| CMYK | 0.59 | 0 | 0.81 | 0.07 |
| HSL | 103.52º | 0.84% | 0.55% | - |
| HSV(B) | 103.52º | 0.81% | 0.93% | - |
| XYZ | 35.67 | 63.29 | 12.72 | - |
| YUV | 173.14 | 55.12 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 237 | 44 | 0.59 | 0 | 0.81 | 0.07 | 103.52 | 0.84 | 0.55 |
| Hex | 61 | ED | 2C | 3B | 0 | 51 | 7 | 68 | 54 | 37 |
| Octal | 141 | 355 | 54 | 73 | 0 | 121 | 7 | 150 | 124 | 67 |
| Binary | 1100001 | 11101101 | 101100 | 111011 | 0 | 1010001 | 111 | 1101000 | 1010100 | 110111 |
Color Harmonies of #61ED2C
Complementary color
Monochromatic Colors of #61ED2C
Black with #61ED2C
Text Example
Text Example
White with #61ED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ED2C; }
p { color: rgb(97,237,44); }
H1.HeaderClassName
{
color: #61ED2C;
}
.AnyTagClassName
{
color: #61ED2C;
}
</style>
background-color css
<style>
a { background-color: #61ED2C; }
a { background-color: rgb(97,237,44); }
div.DivClassName
{
background-color: #61ED2C;
}
.BgClassName
{
background-color: #61ED2C;
}
</style>
border-color css
<style>
span { border-color: #61ED2C; }
span { border-color: rgb(97,237,44); }
td.TdClassName
{
border-color: #61ED2C;
}
.TagClassName
{
border-color: #61ED2C;
}
</style>