Shades of Bright Green #60FA1C
Tints of Bright Green #60FA1C
RGB
CMYK
RGB Variations
Color information
#60FA1C (or 0x60FA1C) is known color: Bright Green. HEX triplet: 60, FA and 1C. RGB value is (96,250,28). Sum of RGB (Red+Green+Blue) = 96+250+28=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 250 (98.05% from 255 or 66.84% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 250 - color contains mainly: green. Hex color #60FA1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60FA1C is #9F05E3. Grayscale: #B3B3B3. Windows color (decimal): -10421732 or 1899104. OLE color: 1899104.
HSL color Cylindrical-coordinate representation of color #60FA1C: hue angle of 101.62º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60FA1C is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 250 | 28 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.02 |
| HSL | 101.62º | 0.96% | 0.55% | - |
| HSV(B) | 101.62º | 0.89% | 0.98% | - |
| XYZ | 39.22 | 70.94 | 12.72 | - |
| YUV | 178.65 | 42.98 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 250 | 28 | 0.62 | 0 | 0.89 | 0.02 | 101.62 | 0.96 | 0.55 |
| Hex | 60 | FA | 1C | 3E | 0 | 59 | 2 | 66 | 60 | 37 |
| Octal | 140 | 372 | 34 | 76 | 0 | 131 | 2 | 146 | 140 | 67 |
| Binary | 1100000 | 11111010 | 11100 | 111110 | 0 | 1011001 | 10 | 1100110 | 1100000 | 110111 |
Color Harmonies of #60FA1C
Complementary color
Monochromatic Colors of #60FA1C
Black with #60FA1C
Text Example
Text Example
White with #60FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FA1C; }
p { color: rgb(96,250,28); }
H1.HeaderClassName
{
color: #60FA1C;
}
.AnyTagClassName
{
color: #60FA1C;
}
</style>
background-color css
<style>
a { background-color: #60FA1C; }
a { background-color: rgb(96,250,28); }
div.DivClassName
{
background-color: #60FA1C;
}
.BgClassName
{
background-color: #60FA1C;
}
</style>
border-color css
<style>
span { border-color: #60FA1C; }
span { border-color: rgb(96,250,28); }
td.TdClassName
{
border-color: #60FA1C;
}
.TagClassName
{
border-color: #60FA1C;
}
</style>