Shades of Electric Lime #C7F903
Tints of Electric Lime #C7F903
RGB
CMYK
RGB Variations
Color information
#C7F903 (or 0xC7F903) is known color: Electric Lime. HEX triplet: C7, F9 and 03. RGB value is (199,249,3). Sum of RGB (Red+Green+Blue) = 199+249+3=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 3 (1.56% from 255 or 0.67% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F903 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F903 is #3806FC. Grayscale: #CECECE. Windows color (decimal): -3671805 or 260551. OLE color: 260551.
HSL color Cylindrical-coordinate representation of color #C7F903: hue angle of 72.2º 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 #C7F903 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 249 | 3 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.02 |
| HSL | 72.2º | 0.98% | 0.49% | - |
| HSV(B) | 72.2º | 0.99% | 0.98% | - |
| XYZ | 57.45 | 79.9 | 12.48 | - |
| YUV | 206.01 | 13.44 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 249 | 3 | 0.20 | 0 | 0.99 | 0.02 | 72.2 | 0.98 | 0.49 |
| Hex | C7 | F9 | 3 | 14 | 0 | 63 | 2 | 48 | 62 | 31 |
| Octal | 307 | 371 | 3 | 24 | 0 | 143 | 2 | 110 | 142 | 61 |
| Binary | 11000111 | 11111001 | 11 | 10100 | 0 | 1100011 | 10 | 1001000 | 1100010 | 110001 |
Color Harmonies of #C7F903
Complementary color
Monochromatic Colors of #C7F903
Black with #C7F903
Text Example
Text Example
White with #C7F903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F903; }
p { color: rgb(199,249,3); }
H1.HeaderClassName
{
color: #C7F903;
}
.AnyTagClassName
{
color: #C7F903;
}
</style>
background-color css
<style>
a { background-color: #C7F903; }
a { background-color: rgb(199,249,3); }
div.DivClassName
{
background-color: #C7F903;
}
.BgClassName
{
background-color: #C7F903;
}
</style>
border-color css
<style>
span { border-color: #C7F903; }
span { border-color: rgb(199,249,3); }
td.TdClassName
{
border-color: #C7F903;
}
.TagClassName
{
border-color: #C7F903;
}
</style>