Shades of Bright Green #60EC1F
Tints of Bright Green #60EC1F
RGB
CMYK
RGB Variations
Color information
#60EC1F (or 0x60EC1F) is known color: Bright Green. HEX triplet: 60, EC and 1F. RGB value is (96,236,31). Sum of RGB (Red+Green+Blue) = 96+236+31=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 236 (92.58% from 255 or 65.01% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 236 - color contains mainly: green. Hex color #60EC1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60EC1F is #9F13E0. Grayscale: #ABABAB. Windows color (decimal): -10425313 or 2092128. OLE color: 2092128.
HSL color Cylindrical-coordinate representation of color #60EC1F: hue angle of 100.98º 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 #60EC1F is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 31 | - |
| CMYK | 0.59 | 0 | 0.87 | 0.07 |
| HSL | 100.98º | 0.84% | 0.52% | - |
| HSV(B) | 100.98º | 0.87% | 0.93% | - |
| XYZ | 35.07 | 62.58 | 11.53 | - |
| YUV | 170.77 | 49.12 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 31 | 0.59 | 0 | 0.87 | 0.07 | 100.98 | 0.84 | 0.52 |
| Hex | 60 | EC | 1F | 3B | 0 | 57 | 7 | 65 | 54 | 34 |
| Octal | 140 | 354 | 37 | 73 | 0 | 127 | 7 | 145 | 124 | 64 |
| Binary | 1100000 | 11101100 | 11111 | 111011 | 0 | 1010111 | 111 | 1100101 | 1010100 | 110100 |
Color Harmonies of #60EC1F
Complementary color
Monochromatic Colors of #60EC1F
Black with #60EC1F
Text Example
Text Example
White with #60EC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EC1F; }
p { color: rgb(96,236,31); }
H1.HeaderClassName
{
color: #60EC1F;
}
.AnyTagClassName
{
color: #60EC1F;
}
</style>
background-color css
<style>
a { background-color: #60EC1F; }
a { background-color: rgb(96,236,31); }
div.DivClassName
{
background-color: #60EC1F;
}
.BgClassName
{
background-color: #60EC1F;
}
</style>
border-color css
<style>
span { border-color: #60EC1F; }
span { border-color: rgb(96,236,31); }
td.TdClassName
{
border-color: #60EC1F;
}
.TagClassName
{
border-color: #60EC1F;
}
</style>