Shades of Green Yellow #C0FB2E
Tints of Green Yellow #C0FB2E
RGB
CMYK
RGB Variations
Color information
#C0FB2E (or 0xC0FB2E) is known color: Green Yellow. HEX triplet: C0, FB and 2E. RGB value is (192,251,46). Sum of RGB (Red+Green+Blue) = 192+251+46=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 251 (98.44% from 255 or 51.33% from 489); Blue value is 46 (18.36% from 255 or 9.41% from 489); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB2E is #3F04D1. Grayscale: #D2D2D2. Windows color (decimal): -4130002 or 3079104. OLE color: 3079104.
HSL color Cylindrical-coordinate representation of color #C0FB2E: hue angle of 77.27º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0FB2E is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 46 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.02 |
| HSL | 77.27º | 0.96% | 0.58% | - |
| HSV(B) | 77.27º | 0.82% | 0.98% | - |
| XYZ | 56.73 | 80.4 | 15.11 | - |
| YUV | 209.99 | 35.45 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 46 | 0.24 | 0 | 0.82 | 0.02 | 77.27 | 0.96 | 0.58 |
| Hex | C0 | FB | 2E | 18 | 0 | 52 | 2 | 4D | 60 | 3A |
| Octal | 300 | 373 | 56 | 30 | 0 | 122 | 2 | 115 | 140 | 72 |
| Binary | 11000000 | 11111011 | 101110 | 11000 | 0 | 1010010 | 10 | 1001101 | 1100000 | 111010 |
Color Harmonies of #C0FB2E
Complementary color
Monochromatic Colors of #C0FB2E
Black with #C0FB2E
Text Example
Text Example
White with #C0FB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB2E; }
p { color: rgb(192,251,46); }
H1.HeaderClassName
{
color: #C0FB2E;
}
.AnyTagClassName
{
color: #C0FB2E;
}
</style>
background-color css
<style>
a { background-color: #C0FB2E; }
a { background-color: rgb(192,251,46); }
div.DivClassName
{
background-color: #C0FB2E;
}
.BgClassName
{
background-color: #C0FB2E;
}
</style>
border-color css
<style>
span { border-color: #C0FB2E; }
span { border-color: rgb(192,251,46); }
td.TdClassName
{
border-color: #C0FB2E;
}
.TagClassName
{
border-color: #C0FB2E;
}
</style>