Shades of Green Yellow #C4FF1E
Tints of Green Yellow #C4FF1E
RGB
CMYK
RGB Variations
Color information
#C4FF1E (or 0xC4FF1E) is known color: Green Yellow. HEX triplet: C4, FF and 1E. RGB value is (196,255,30). Sum of RGB (Red+Green+Blue) = 196+255+30=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 30 (12.11% from 255 or 6.24% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4FF1E is #3B00E1. Grayscale: #D4D4D4. Windows color (decimal): -3866850 or 2031556. OLE color: 2031556.
HSL color Cylindrical-coordinate representation of color #C4FF1E: hue angle of 75.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4FF1E is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 30 | - |
| CMYK | 0.23 | 0 | 0.88 | 0 |
| HSL | 75.73º | 1% | 0.56% | - |
| HSV(B) | 75.73º | 0.88% | 1% | - |
| XYZ | 58.76 | 83.35 | 14.22 | - |
| YUV | 211.71 | 25.45 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 30 | 0.23 | 0 | 0.88 | 0 | 75.73 | 1 | 0.56 |
| Hex | C4 | FF | 1E | 17 | 0 | 58 | 0 | 4C | 64 | 38 |
| Octal | 304 | 377 | 36 | 27 | 0 | 130 | 0 | 114 | 144 | 70 |
| Binary | 11000100 | 11111111 | 11110 | 10111 | 0 | 1011000 | 0 | 1001100 | 1100100 | 111000 |
Color Harmonies of #C4FF1E
Complementary color
Monochromatic Colors of #C4FF1E
Black with #C4FF1E
Text Example
Text Example
White with #C4FF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FF1E; }
p { color: rgb(196,255,30); }
H1.HeaderClassName
{
color: #C4FF1E;
}
.AnyTagClassName
{
color: #C4FF1E;
}
</style>
background-color css
<style>
a { background-color: #C4FF1E; }
a { background-color: rgb(196,255,30); }
div.DivClassName
{
background-color: #C4FF1E;
}
.BgClassName
{
background-color: #C4FF1E;
}
</style>
border-color css
<style>
span { border-color: #C4FF1E; }
span { border-color: rgb(196,255,30); }
td.TdClassName
{
border-color: #C4FF1E;
}
.TagClassName
{
border-color: #C4FF1E;
}
</style>