Shades of Fuego #C2E41E
Tints of Fuego #C2E41E
RGB
CMYK
RGB Variations
Color information
#C2E41E (or 0xC2E41E) is known color: Fuego. HEX triplet: C2, E4 and 1E. RGB value is (194,228,30). Sum of RGB (Red+Green+Blue) = 194+228+30=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 30 (12.11% from 255 or 6.64% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E41E is #3D1BE1. Grayscale: #C4C4C4. Windows color (decimal): -4004834 or 2024642. OLE color: 2024642.
HSL color Cylindrical-coordinate representation of color #C2E41E: hue angle of 70.3º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2E41E is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 30 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.11 |
| HSL | 70.3º | 0.79% | 0.51% | - |
| HSV(B) | 70.3º | 0.87% | 0.89% | - |
| XYZ | 50.23 | 67.05 | 11.52 | - |
| YUV | 195.26 | 34.74 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 30 | 0.15 | 0 | 0.87 | 0.11 | 70.3 | 0.79 | 0.51 |
| Hex | C2 | E4 | 1E | F | 0 | 57 | B | 46 | 4F | 33 |
| Octal | 302 | 344 | 36 | 17 | 0 | 127 | 13 | 106 | 117 | 63 |
| Binary | 11000010 | 11100100 | 11110 | 1111 | 0 | 1010111 | 1011 | 1000110 | 1001111 | 110011 |
Color Harmonies of #C2E41E
Complementary color
Monochromatic Colors of #C2E41E
Black with #C2E41E
Text Example
Text Example
White with #C2E41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E41E; }
p { color: rgb(194,228,30); }
H1.HeaderClassName
{
color: #C2E41E;
}
.AnyTagClassName
{
color: #C2E41E;
}
</style>
background-color css
<style>
a { background-color: #C2E41E; }
a { background-color: rgb(194,228,30); }
div.DivClassName
{
background-color: #C2E41E;
}
.BgClassName
{
background-color: #C2E41E;
}
</style>
border-color css
<style>
span { border-color: #C2E41E; }
span { border-color: rgb(194,228,30); }
td.TdClassName
{
border-color: #C2E41E;
}
.TagClassName
{
border-color: #C2E41E;
}
</style>