Shades of Green Yellow #C2FF30
Tints of Green Yellow #C2FF30
RGB
CMYK
RGB Variations
Color information
#C2FF30 (or 0xC2FF30) is known color: Green Yellow. HEX triplet: C2, FF and 30. RGB value is (194,255,48). Sum of RGB (Red+Green+Blue) = 194+255+48=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FF30 is #3D00CF. Grayscale: #D5D5D5. Windows color (decimal): -3997904 or 3211202. OLE color: 3211202.
HSL color Cylindrical-coordinate representation of color #C2FF30: hue angle of 77.68º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2FF30 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 48 | - |
| CMYK | 0.24 | 0 | 0.81 | 0 |
| HSL | 77.68º | 1% | 0.59% | - |
| HSV(B) | 77.68º | 0.81% | 1% | - |
| XYZ | 58.54 | 83.2 | 15.77 | - |
| YUV | 213.16 | 34.79 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 48 | 0.24 | 0 | 0.81 | 0 | 77.68 | 1 | 0.59 |
| Hex | C2 | FF | 30 | 18 | 0 | 51 | 0 | 4E | 64 | 3B |
| Octal | 302 | 377 | 60 | 30 | 0 | 121 | 0 | 116 | 144 | 73 |
| Binary | 11000010 | 11111111 | 110000 | 11000 | 0 | 1010001 | 0 | 1001110 | 1100100 | 111011 |
Color Harmonies of #C2FF30
Complementary color
Monochromatic Colors of #C2FF30
Black with #C2FF30
Text Example
Text Example
White with #C2FF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF30; }
p { color: rgb(194,255,48); }
H1.HeaderClassName
{
color: #C2FF30;
}
.AnyTagClassName
{
color: #C2FF30;
}
</style>
background-color css
<style>
a { background-color: #C2FF30; }
a { background-color: rgb(194,255,48); }
div.DivClassName
{
background-color: #C2FF30;
}
.BgClassName
{
background-color: #C2FF30;
}
</style>
border-color css
<style>
span { border-color: #C2FF30; }
span { border-color: rgb(194,255,48); }
td.TdClassName
{
border-color: #C2FF30;
}
.TagClassName
{
border-color: #C2FF30;
}
</style>