Shades of Green Yellow #C0FF2E
Tints of Green Yellow #C0FF2E
RGB
CMYK
RGB Variations
Color information
#C0FF2E (or 0xC0FF2E) is known color: Green Yellow. HEX triplet: C0, FF and 2E. RGB value is (192,255,46). Sum of RGB (Red+Green+Blue) = 192+255+46=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 46 (18.36% from 255 or 9.33% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF2E is #3F00D1. Grayscale: #D5D5D5. Windows color (decimal): -4128978 or 3080128. OLE color: 3080128.
HSL color Cylindrical-coordinate representation of color #C0FF2E: hue angle of 78.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0FF2E is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 46 | - |
| CMYK | 0.25 | 0 | 0.82 | 0 |
| HSL | 78.09º | 1% | 0.59% | - |
| HSV(B) | 78.09º | 0.82% | 1% | - |
| XYZ | 57.99 | 82.92 | 15.53 | - |
| YUV | 212.34 | 34.13 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 46 | 0.25 | 0 | 0.82 | 0 | 78.09 | 1 | 0.59 |
| Hex | C0 | FF | 2E | 19 | 0 | 52 | 0 | 4E | 64 | 3B |
| Octal | 300 | 377 | 56 | 31 | 0 | 122 | 0 | 116 | 144 | 73 |
| Binary | 11000000 | 11111111 | 101110 | 11001 | 0 | 1010010 | 0 | 1001110 | 1100100 | 111011 |
Color Harmonies of #C0FF2E
Complementary color
Monochromatic Colors of #C0FF2E
Black with #C0FF2E
Text Example
Text Example
White with #C0FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF2E; }
p { color: rgb(192,255,46); }
H1.HeaderClassName
{
color: #C0FF2E;
}
.AnyTagClassName
{
color: #C0FF2E;
}
</style>
background-color css
<style>
a { background-color: #C0FF2E; }
a { background-color: rgb(192,255,46); }
div.DivClassName
{
background-color: #C0FF2E;
}
.BgClassName
{
background-color: #C0FF2E;
}
</style>
border-color css
<style>
span { border-color: #C0FF2E; }
span { border-color: rgb(192,255,46); }
td.TdClassName
{
border-color: #C0FF2E;
}
.TagClassName
{
border-color: #C0FF2E;
}
</style>