Shades of Electric Lime #C2F905
Tints of Electric Lime #C2F905
RGB
CMYK
RGB Variations
Color information
#C2F905 (or 0xC2F905) is known color: Electric Lime. HEX triplet: C2, F9 and 05. RGB value is (194,249,5). Sum of RGB (Red+Green+Blue) = 194+249+5=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F905 is #3D06FA. Grayscale: #CDCDCD. Windows color (decimal): -3999483 or 391618. OLE color: 391618.
HSL color Cylindrical-coordinate representation of color #C2F905: hue angle of 73.52º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2F905 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.02 |
| HSL | 73.52º | 0.96% | 0.5% | - |
| HSV(B) | 73.52º | 0.98% | 0.98% | - |
| XYZ | 56.15 | 79.23 | 12.48 | - |
| YUV | 204.74 | 15.28 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 5 | 0.22 | 0 | 0.98 | 0.02 | 73.52 | 0.96 | 0.5 |
| Hex | C2 | F9 | 5 | 16 | 0 | 62 | 2 | 4A | 60 | 32 |
| Octal | 302 | 371 | 5 | 26 | 0 | 142 | 2 | 112 | 140 | 62 |
| Binary | 11000010 | 11111001 | 101 | 10110 | 0 | 1100010 | 10 | 1001010 | 1100000 | 110010 |
Color Harmonies of #C2F905
Complementary color
Monochromatic Colors of #C2F905
Black with #C2F905
Text Example
Text Example
White with #C2F905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F905; }
p { color: rgb(194,249,5); }
H1.HeaderClassName
{
color: #C2F905;
}
.AnyTagClassName
{
color: #C2F905;
}
</style>
background-color css
<style>
a { background-color: #C2F905; }
a { background-color: rgb(194,249,5); }
div.DivClassName
{
background-color: #C2F905;
}
.BgClassName
{
background-color: #C2F905;
}
</style>
border-color css
<style>
span { border-color: #C2F905; }
span { border-color: rgb(194,249,5); }
td.TdClassName
{
border-color: #C2F905;
}
.TagClassName
{
border-color: #C2F905;
}
</style>