Shades of Bright Green #60EE2D
Tints of Bright Green #60EE2D
RGB
CMYK
RGB Variations
Color information
#60EE2D (or 0x60EE2D) is known color: Bright Green. HEX triplet: 60, EE and 2D. RGB value is (96,238,45). Sum of RGB (Red+Green+Blue) = 96+238+45=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 238 (93.36% from 255 or 62.80% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 238 - color contains mainly: green. Hex color #60EE2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60EE2D is #9F11D2. Grayscale: #AEAEAE. Windows color (decimal): -10424787 or 3010144. OLE color: 3010144.
HSL color Cylindrical-coordinate representation of color #60EE2D: hue angle of 104.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60EE2D is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 238 | 45 | - |
| CMYK | 0.60 | 0 | 0.81 | 0.07 |
| HSL | 104.15º | 0.85% | 0.55% | - |
| HSV(B) | 104.15º | 0.81% | 0.93% | - |
| XYZ | 35.87 | 63.83 | 12.91 | - |
| YUV | 173.54 | 55.46 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 45 | 0.60 | 0 | 0.81 | 0.07 | 104.15 | 0.85 | 0.55 |
| Hex | 60 | EE | 2D | 3C | 0 | 51 | 7 | 68 | 55 | 37 |
| Octal | 140 | 356 | 55 | 74 | 0 | 121 | 7 | 150 | 125 | 67 |
| Binary | 1100000 | 11101110 | 101101 | 111100 | 0 | 1010001 | 111 | 1101000 | 1010101 | 110111 |
Color Harmonies of #60EE2D
Complementary color
Monochromatic Colors of #60EE2D
Black with #60EE2D
Text Example
Text Example
White with #60EE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EE2D; }
p { color: rgb(96,238,45); }
H1.HeaderClassName
{
color: #60EE2D;
}
.AnyTagClassName
{
color: #60EE2D;
}
</style>
background-color css
<style>
a { background-color: #60EE2D; }
a { background-color: rgb(96,238,45); }
div.DivClassName
{
background-color: #60EE2D;
}
.BgClassName
{
background-color: #60EE2D;
}
</style>
border-color css
<style>
span { border-color: #60EE2D; }
span { border-color: rgb(96,238,45); }
td.TdClassName
{
border-color: #60EE2D;
}
.TagClassName
{
border-color: #60EE2D;
}
</style>