Shades of Electric Lime #C2F903
Tints of Electric Lime #C2F903
RGB
CMYK
RGB Variations
Color information
#C2F903 (or 0xC2F903) is known color: Electric Lime. HEX triplet: C2, F9 and 03. RGB value is (194,249,3). Sum of RGB (Red+Green+Blue) = 194+249+3=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 249 (97.66% from 255 or 55.83% from 446); Blue value is 3 (1.56% from 255 or 0.67% from 446); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F903 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F903 is #3D06FC. Grayscale: #CDCDCD. Windows color (decimal): -3999485 or 260546. OLE color: 260546.
HSL color Cylindrical-coordinate representation of color #C2F903: hue angle of 73.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2F903 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 3 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.02 |
| HSL | 73.41º | 0.98% | 0.49% | - |
| HSV(B) | 73.41º | 0.99% | 0.98% | - |
| XYZ | 56.14 | 79.23 | 12.42 | - |
| YUV | 204.51 | 14.28 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 3 | 0.22 | 0 | 0.99 | 0.02 | 73.41 | 0.98 | 0.49 |
| Hex | C2 | F9 | 3 | 16 | 0 | 63 | 2 | 49 | 62 | 31 |
| Octal | 302 | 371 | 3 | 26 | 0 | 143 | 2 | 111 | 142 | 61 |
| Binary | 11000010 | 11111001 | 11 | 10110 | 0 | 1100011 | 10 | 1001001 | 1100010 | 110001 |
Color Harmonies of #C2F903
Complementary color
Monochromatic Colors of #C2F903
Black with #C2F903
Text Example
Text Example
White with #C2F903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F903; }
p { color: rgb(194,249,3); }
H1.HeaderClassName
{
color: #C2F903;
}
.AnyTagClassName
{
color: #C2F903;
}
</style>
background-color css
<style>
a { background-color: #C2F903; }
a { background-color: rgb(194,249,3); }
div.DivClassName
{
background-color: #C2F903;
}
.BgClassName
{
background-color: #C2F903;
}
</style>
border-color css
<style>
span { border-color: #C2F903; }
span { border-color: rgb(194,249,3); }
td.TdClassName
{
border-color: #C2F903;
}
.TagClassName
{
border-color: #C2F903;
}
</style>