Shades of Green Yellow #C0FB1E
Tints of Green Yellow #C0FB1E
RGB
CMYK
RGB Variations
Color information
#C0FB1E (or 0xC0FB1E) is known color: Green Yellow. HEX triplet: C0, FB and 1E. RGB value is (192,251,30). Sum of RGB (Red+Green+Blue) = 192+251+30=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB1E is #3F04E1. Grayscale: #D0D0D0. Windows color (decimal): -4130018 or 2030528. OLE color: 2030528.
HSL color Cylindrical-coordinate representation of color #C0FB1E: hue angle of 76.02º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0FB1E is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 30 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.02 |
| HSL | 76.02º | 0.97% | 0.55% | - |
| HSV(B) | 76.02º | 0.88% | 0.98% | - |
| XYZ | 56.47 | 80.29 | 13.75 | - |
| YUV | 208.17 | 27.45 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 30 | 0.24 | 0 | 0.88 | 0.02 | 76.02 | 0.97 | 0.55 |
| Hex | C0 | FB | 1E | 18 | 0 | 58 | 2 | 4C | 61 | 37 |
| Octal | 300 | 373 | 36 | 30 | 0 | 130 | 2 | 114 | 141 | 67 |
| Binary | 11000000 | 11111011 | 11110 | 11000 | 0 | 1011000 | 10 | 1001100 | 1100001 | 110111 |
Color Harmonies of #C0FB1E
Complementary color
Monochromatic Colors of #C0FB1E
Black with #C0FB1E
Text Example
Text Example
White with #C0FB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB1E; }
p { color: rgb(192,251,30); }
H1.HeaderClassName
{
color: #C0FB1E;
}
.AnyTagClassName
{
color: #C0FB1E;
}
</style>
background-color css
<style>
a { background-color: #C0FB1E; }
a { background-color: rgb(192,251,30); }
div.DivClassName
{
background-color: #C0FB1E;
}
.BgClassName
{
background-color: #C0FB1E;
}
</style>
border-color css
<style>
span { border-color: #C0FB1E; }
span { border-color: rgb(192,251,30); }
td.TdClassName
{
border-color: #C0FB1E;
}
.TagClassName
{
border-color: #C0FB1E;
}
</style>