Shades of Bright Green #60E60C
Tints of Bright Green #60E60C
RGB
CMYK
RGB Variations
Color information
#60E60C (or 0x60E60C) is known color: Bright Green. HEX triplet: 60, E6 and 0C. RGB value is (96,230,12). Sum of RGB (Red+Green+Blue) = 96+230+12=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 230 (90.23% from 255 or 68.05% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 230 - color contains mainly: green. Hex color #60E60C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60E60C is #9F19F3. Grayscale: #A5A5A5. Windows color (decimal): -10426868 or 845408. OLE color: 845408.
HSL color Cylindrical-coordinate representation of color #60E60C: hue angle of 96.88º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60E60C is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 230 | 12 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.10 |
| HSL | 96.88º | 0.9% | 0.47% | - |
| HSV(B) | 96.88º | 0.95% | 0.9% | - |
| XYZ | 33.19 | 59.11 | 10.01 | - |
| YUV | 165.08 | 41.61 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 230 | 12 | 0.58 | 0 | 0.95 | 0.10 | 96.88 | 0.9 | 0.47 |
| Hex | 60 | E6 | C | 3A | 0 | 5F | A | 61 | 5A | 2F |
| Octal | 140 | 346 | 14 | 72 | 0 | 137 | 12 | 141 | 132 | 57 |
| Binary | 1100000 | 11100110 | 1100 | 111010 | 0 | 1011111 | 1010 | 1100001 | 1011010 | 101111 |
Color Harmonies of #60E60C
Complementary color
Monochromatic Colors of #60E60C
Black with #60E60C
Text Example
Text Example
White with #60E60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E60C; }
p { color: rgb(96,230,12); }
H1.HeaderClassName
{
color: #60E60C;
}
.AnyTagClassName
{
color: #60E60C;
}
</style>
background-color css
<style>
a { background-color: #60E60C; }
a { background-color: rgb(96,230,12); }
div.DivClassName
{
background-color: #60E60C;
}
.BgClassName
{
background-color: #60E60C;
}
</style>
border-color css
<style>
span { border-color: #60E60C; }
span { border-color: rgb(96,230,12); }
td.TdClassName
{
border-color: #60E60C;
}
.TagClassName
{
border-color: #60E60C;
}
</style>