Shades of Bright Green #60EF1E
Tints of Bright Green #60EF1E
RGB
CMYK
RGB Variations
Color information
#60EF1E (or 0x60EF1E) is known color: Bright Green. HEX triplet: 60, EF and 1E. RGB value is (96,239,30). Sum of RGB (Red+Green+Blue) = 96+239+30=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 239 (93.75% from 255 or 65.48% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 239 - color contains mainly: green. Hex color #60EF1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60EF1E is #9F10E1. Grayscale: #ADADAD. Windows color (decimal): -10424546 or 2027360. OLE color: 2027360.
HSL color Cylindrical-coordinate representation of color #60EF1E: hue angle of 101.05º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60EF1E is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 30 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.06 |
| HSL | 101.05º | 0.87% | 0.53% | - |
| HSV(B) | 101.05º | 0.87% | 0.94% | - |
| XYZ | 35.92 | 64.31 | 11.75 | - |
| YUV | 172.42 | 47.62 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 30 | 0.60 | 0 | 0.87 | 0.06 | 101.05 | 0.87 | 0.53 |
| Hex | 60 | EF | 1E | 3C | 0 | 57 | 6 | 65 | 57 | 35 |
| Octal | 140 | 357 | 36 | 74 | 0 | 127 | 6 | 145 | 127 | 65 |
| Binary | 1100000 | 11101111 | 11110 | 111100 | 0 | 1010111 | 110 | 1100101 | 1010111 | 110101 |
Color Harmonies of #60EF1E
Complementary color
Monochromatic Colors of #60EF1E
Black with #60EF1E
Text Example
Text Example
White with #60EF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EF1E; }
p { color: rgb(96,239,30); }
H1.HeaderClassName
{
color: #60EF1E;
}
.AnyTagClassName
{
color: #60EF1E;
}
</style>
background-color css
<style>
a { background-color: #60EF1E; }
a { background-color: rgb(96,239,30); }
div.DivClassName
{
background-color: #60EF1E;
}
.BgClassName
{
background-color: #60EF1E;
}
</style>
border-color css
<style>
span { border-color: #60EF1E; }
span { border-color: rgb(96,239,30); }
td.TdClassName
{
border-color: #60EF1E;
}
.TagClassName
{
border-color: #60EF1E;
}
</style>