Shades of Green Yellow #C2FA1E
Tints of Green Yellow #C2FA1E
RGB
CMYK
RGB Variations
Color information
#C2FA1E (or 0xC2FA1E) is known color: Green Yellow. HEX triplet: C2, FA and 1E. RGB value is (194,250,30). Sum of RGB (Red+Green+Blue) = 194+250+30=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 30 (12.11% from 255 or 6.33% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FA1E is #3D05E1. Grayscale: #D1D1D1. Windows color (decimal): -3999202 or 2030274. OLE color: 2030274.
HSL color Cylindrical-coordinate representation of color #C2FA1E: hue angle of 75.27º degrees, saturation: 0.96, 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 #C2FA1E is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 30 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.02 |
| HSL | 75.27º | 0.96% | 0.55% | - |
| HSV(B) | 75.27º | 0.88% | 0.98% | - |
| XYZ | 56.67 | 79.93 | 13.67 | - |
| YUV | 208.18 | 27.45 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 30 | 0.22 | 0 | 0.88 | 0.02 | 75.27 | 0.96 | 0.55 |
| Hex | C2 | FA | 1E | 16 | 0 | 58 | 2 | 4B | 60 | 37 |
| Octal | 302 | 372 | 36 | 26 | 0 | 130 | 2 | 113 | 140 | 67 |
| Binary | 11000010 | 11111010 | 11110 | 10110 | 0 | 1011000 | 10 | 1001011 | 1100000 | 110111 |
Color Harmonies of #C2FA1E
Complementary color
Monochromatic Colors of #C2FA1E
Black with #C2FA1E
Text Example
Text Example
White with #C2FA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA1E; }
p { color: rgb(194,250,30); }
H1.HeaderClassName
{
color: #C2FA1E;
}
.AnyTagClassName
{
color: #C2FA1E;
}
</style>
background-color css
<style>
a { background-color: #C2FA1E; }
a { background-color: rgb(194,250,30); }
div.DivClassName
{
background-color: #C2FA1E;
}
.BgClassName
{
background-color: #C2FA1E;
}
</style>
border-color css
<style>
span { border-color: #C2FA1E; }
span { border-color: rgb(194,250,30); }
td.TdClassName
{
border-color: #C2FA1E;
}
.TagClassName
{
border-color: #C2FA1E;
}
</style>