Shades of Bright Green #60E30C
Tints of Bright Green #60E30C
RGB
CMYK
RGB Variations
Color information
#60E30C (or 0x60E30C) is known color: Bright Green. HEX triplet: 60, E3 and 0C. RGB value is (96,227,12). Sum of RGB (Red+Green+Blue) = 96+227+12=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 227 (89.06% from 255 or 67.76% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 227 - color contains mainly: green. Hex color #60E30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60E30C is #9F1CF3. Grayscale: #A4A4A4. Windows color (decimal): -10427636 or 844640. OLE color: 844640.
HSL color Cylindrical-coordinate representation of color #60E30C: hue angle of 96.56º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60E30C is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 227 | 12 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.11 |
| HSL | 96.56º | 0.9% | 0.47% | - |
| HSV(B) | 96.56º | 0.95% | 0.89% | - |
| XYZ | 32.36 | 57.45 | 9.73 | - |
| YUV | 163.32 | 42.6 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 227 | 12 | 0.58 | 0 | 0.95 | 0.11 | 96.56 | 0.9 | 0.47 |
| Hex | 60 | E3 | C | 3A | 0 | 5F | B | 61 | 5A | 2F |
| Octal | 140 | 343 | 14 | 72 | 0 | 137 | 13 | 141 | 132 | 57 |
| Binary | 1100000 | 11100011 | 1100 | 111010 | 0 | 1011111 | 1011 | 1100001 | 1011010 | 101111 |
Color Harmonies of #60E30C
Complementary color
Monochromatic Colors of #60E30C
Black with #60E30C
Text Example
Text Example
White with #60E30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E30C; }
p { color: rgb(96,227,12); }
H1.HeaderClassName
{
color: #60E30C;
}
.AnyTagClassName
{
color: #60E30C;
}
</style>
background-color css
<style>
a { background-color: #60E30C; }
a { background-color: rgb(96,227,12); }
div.DivClassName
{
background-color: #60E30C;
}
.BgClassName
{
background-color: #60E30C;
}
</style>
border-color css
<style>
span { border-color: #60E30C; }
span { border-color: rgb(96,227,12); }
td.TdClassName
{
border-color: #60E30C;
}
.TagClassName
{
border-color: #60E30C;
}
</style>