Shades of Bright Green #60FD2A
Tints of Bright Green #60FD2A
RGB
CMYK
RGB Variations
Color information
#60FD2A (or 0x60FD2A) is known color: Bright Green. HEX triplet: 60, FD and 2A. RGB value is (96,253,42). Sum of RGB (Red+Green+Blue) = 96+253+42=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 253 (99.22% from 255 or 64.71% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 253 - color contains mainly: green. Hex color #60FD2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60FD2A is #9F02D5. Grayscale: #B6B6B6. Windows color (decimal): -10420950 or 2817376. OLE color: 2817376.
HSL color Cylindrical-coordinate representation of color #60FD2A: hue angle of 104.64º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60FD2A is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 42 | - |
| CMYK | 0.62 | 0 | 0.83 | 0.01 |
| HSL | 104.64º | 0.98% | 0.58% | - |
| HSV(B) | 104.64º | 0.83% | 0.99% | - |
| XYZ | 40.37 | 72.9 | 14.13 | - |
| YUV | 182 | 48.99 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 42 | 0.62 | 0 | 0.83 | 0.01 | 104.64 | 0.98 | 0.58 |
| Hex | 60 | FD | 2A | 3E | 0 | 53 | 1 | 69 | 62 | 3A |
| Octal | 140 | 375 | 52 | 76 | 0 | 123 | 1 | 151 | 142 | 72 |
| Binary | 1100000 | 11111101 | 101010 | 111110 | 0 | 1010011 | 1 | 1101001 | 1100010 | 111010 |
Color Harmonies of #60FD2A
Complementary color
Monochromatic Colors of #60FD2A
Black with #60FD2A
Text Example
Text Example
White with #60FD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FD2A; }
p { color: rgb(96,253,42); }
H1.HeaderClassName
{
color: #60FD2A;
}
.AnyTagClassName
{
color: #60FD2A;
}
</style>
background-color css
<style>
a { background-color: #60FD2A; }
a { background-color: rgb(96,253,42); }
div.DivClassName
{
background-color: #60FD2A;
}
.BgClassName
{
background-color: #60FD2A;
}
</style>
border-color css
<style>
span { border-color: #60FD2A; }
span { border-color: rgb(96,253,42); }
td.TdClassName
{
border-color: #60FD2A;
}
.TagClassName
{
border-color: #60FD2A;
}
</style>