Shades of Electric Lime #C7F308
Tints of Electric Lime #C7F308
RGB
CMYK
RGB Variations
Color information
#C7F308 (or 0xC7F308) is known color: Electric Lime. HEX triplet: C7, F3 and 08. RGB value is (199,243,8). Sum of RGB (Red+Green+Blue) = 199+243+8=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F308 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F308 is #380CF7. Grayscale: #CBCBCB. Windows color (decimal): -3673336 or 586695. OLE color: 586695.
HSL color Cylindrical-coordinate representation of color #C7F308: hue angle of 71.23º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7F308 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 243 | 8 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.05 |
| HSL | 71.23º | 0.94% | 0.49% | - |
| HSV(B) | 71.23º | 0.97% | 0.95% | - |
| XYZ | 55.65 | 76.26 | 12.02 | - |
| YUV | 203.05 | 17.92 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 243 | 8 | 0.18 | 0 | 0.97 | 0.05 | 71.23 | 0.94 | 0.49 |
| Hex | C7 | F3 | 8 | 12 | 0 | 61 | 5 | 47 | 5E | 31 |
| Octal | 307 | 363 | 10 | 22 | 0 | 141 | 5 | 107 | 136 | 61 |
| Binary | 11000111 | 11110011 | 1000 | 10010 | 0 | 1100001 | 101 | 1000111 | 1011110 | 110001 |
Color Harmonies of #C7F308
Complementary color
Monochromatic Colors of #C7F308
Black with #C7F308
Text Example
Text Example
White with #C7F308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F308; }
p { color: rgb(199,243,8); }
H1.HeaderClassName
{
color: #C7F308;
}
.AnyTagClassName
{
color: #C7F308;
}
</style>
background-color css
<style>
a { background-color: #C7F308; }
a { background-color: rgb(199,243,8); }
div.DivClassName
{
background-color: #C7F308;
}
.BgClassName
{
background-color: #C7F308;
}
</style>
border-color css
<style>
span { border-color: #C7F308; }
span { border-color: rgb(199,243,8); }
td.TdClassName
{
border-color: #C7F308;
}
.TagClassName
{
border-color: #C7F308;
}
</style>