Shades of Green Yellow #C0FF2C
Tints of Green Yellow #C0FF2C
RGB
CMYK
RGB Variations
Color information
#C0FF2C (or 0xC0FF2C) is known color: Green Yellow. HEX triplet: C0, FF and 2C. RGB value is (192,255,44). Sum of RGB (Red+Green+Blue) = 192+255+44=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF2C is #3F00D3. Grayscale: #D4D4D4. Windows color (decimal): -4128980 or 2949056. OLE color: 2949056.
HSL color Cylindrical-coordinate representation of color #C0FF2C: hue angle of 77.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0FF2C is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 44 | - |
| CMYK | 0.25 | 0 | 0.83 | 0 |
| HSL | 77.91º | 1% | 0.59% | - |
| HSV(B) | 77.91º | 0.83% | 1% | - |
| XYZ | 57.95 | 82.91 | 15.33 | - |
| YUV | 212.11 | 33.13 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 44 | 0.25 | 0 | 0.83 | 0 | 77.91 | 1 | 0.59 |
| Hex | C0 | FF | 2C | 19 | 0 | 53 | 0 | 4E | 64 | 3B |
| Octal | 300 | 377 | 54 | 31 | 0 | 123 | 0 | 116 | 144 | 73 |
| Binary | 11000000 | 11111111 | 101100 | 11001 | 0 | 1010011 | 0 | 1001110 | 1100100 | 111011 |
Color Harmonies of #C0FF2C
Complementary color
Monochromatic Colors of #C0FF2C
Black with #C0FF2C
Text Example
Text Example
White with #C0FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF2C; }
p { color: rgb(192,255,44); }
H1.HeaderClassName
{
color: #C0FF2C;
}
.AnyTagClassName
{
color: #C0FF2C;
}
</style>
background-color css
<style>
a { background-color: #C0FF2C; }
a { background-color: rgb(192,255,44); }
div.DivClassName
{
background-color: #C0FF2C;
}
.BgClassName
{
background-color: #C0FF2C;
}
</style>
border-color css
<style>
span { border-color: #C0FF2C; }
span { border-color: rgb(192,255,44); }
td.TdClassName
{
border-color: #C0FF2C;
}
.TagClassName
{
border-color: #C0FF2C;
}
</style>