Shades of Electric Lime #C2F805
Tints of Electric Lime #C2F805
RGB
CMYK
RGB Variations
Color information
#C2F805 (or 0xC2F805) is known color: Electric Lime. HEX triplet: C2, F8 and 05. RGB value is (194,248,5). Sum of RGB (Red+Green+Blue) = 194+248+5=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 248 (97.27% from 255 or 55.48% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F805 is #3D07FA. Grayscale: #CDCDCD. Windows color (decimal): -3999739 or 391362. OLE color: 391362.
HSL color Cylindrical-coordinate representation of color #C2F805: hue angle of 73.33º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2F805 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.03 |
| HSL | 73.33º | 0.96% | 0.5% | - |
| HSV(B) | 73.33º | 0.98% | 0.97% | - |
| XYZ | 55.84 | 78.62 | 12.37 | - |
| YUV | 204.15 | 15.61 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 5 | 0.22 | 0 | 0.98 | 0.03 | 73.33 | 0.96 | 0.5 |
| Hex | C2 | F8 | 5 | 16 | 0 | 62 | 3 | 49 | 60 | 32 |
| Octal | 302 | 370 | 5 | 26 | 0 | 142 | 3 | 111 | 140 | 62 |
| Binary | 11000010 | 11111000 | 101 | 10110 | 0 | 1100010 | 11 | 1001001 | 1100000 | 110010 |
Color Harmonies of #C2F805
Complementary color
Monochromatic Colors of #C2F805
Black with #C2F805
Text Example
Text Example
White with #C2F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F805; }
p { color: rgb(194,248,5); }
H1.HeaderClassName
{
color: #C2F805;
}
.AnyTagClassName
{
color: #C2F805;
}
</style>
background-color css
<style>
a { background-color: #C2F805; }
a { background-color: rgb(194,248,5); }
div.DivClassName
{
background-color: #C2F805;
}
.BgClassName
{
background-color: #C2F805;
}
</style>
border-color css
<style>
span { border-color: #C2F805; }
span { border-color: rgb(194,248,5); }
td.TdClassName
{
border-color: #C2F805;
}
.TagClassName
{
border-color: #C2F805;
}
</style>