Shades of Bright Green #60EC1C
Tints of Bright Green #60EC1C
RGB
CMYK
RGB Variations
Color information
#60EC1C (or 0x60EC1C) is known color: Bright Green. HEX triplet: 60, EC and 1C. RGB value is (96,236,28). Sum of RGB (Red+Green+Blue) = 96+236+28=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 236 (92.58% from 255 or 65.56% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 236 - color contains mainly: green. Hex color #60EC1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60EC1C is #9F13E3. Grayscale: #ABABAB. Windows color (decimal): -10425316 or 1895520. OLE color: 1895520.
HSL color Cylindrical-coordinate representation of color #60EC1C: hue angle of 100.38º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60EC1C is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 28 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.07 |
| HSL | 100.38º | 0.85% | 0.52% | - |
| HSV(B) | 100.38º | 0.88% | 0.93% | - |
| XYZ | 35.03 | 62.56 | 11.33 | - |
| YUV | 170.43 | 47.62 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 28 | 0.59 | 0 | 0.88 | 0.07 | 100.38 | 0.85 | 0.52 |
| Hex | 60 | EC | 1C | 3B | 0 | 58 | 7 | 64 | 55 | 34 |
| Octal | 140 | 354 | 34 | 73 | 0 | 130 | 7 | 144 | 125 | 64 |
| Binary | 1100000 | 11101100 | 11100 | 111011 | 0 | 1011000 | 111 | 1100100 | 1010101 | 110100 |
Color Harmonies of #60EC1C
Complementary color
Monochromatic Colors of #60EC1C
Black with #60EC1C
Text Example
Text Example
White with #60EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EC1C; }
p { color: rgb(96,236,28); }
H1.HeaderClassName
{
color: #60EC1C;
}
.AnyTagClassName
{
color: #60EC1C;
}
</style>
background-color css
<style>
a { background-color: #60EC1C; }
a { background-color: rgb(96,236,28); }
div.DivClassName
{
background-color: #60EC1C;
}
.BgClassName
{
background-color: #60EC1C;
}
</style>
border-color css
<style>
span { border-color: #60EC1C; }
span { border-color: rgb(96,236,28); }
td.TdClassName
{
border-color: #60EC1C;
}
.TagClassName
{
border-color: #60EC1C;
}
</style>