Shades of Electric Lime #C8F311
Tints of Electric Lime #C8F311
RGB
CMYK
RGB Variations
Color information
#C8F311 (or 0xC8F311) is known color: Electric Lime. HEX triplet: C8, F3 and 11. RGB value is (200,243,17). Sum of RGB (Red+Green+Blue) = 200+243+17=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F311 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F311 is #370CEE. Grayscale: #CDCDCD. Windows color (decimal): -3607791 or 1176520. OLE color: 1176520.
HSL color Cylindrical-coordinate representation of color #C8F311: hue angle of 71.42º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8F311 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 17 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.05 |
| HSL | 71.42º | 0.9% | 0.51% | - |
| HSV(B) | 71.42º | 0.93% | 0.95% | - |
| XYZ | 55.97 | 76.42 | 12.33 | - |
| YUV | 204.38 | 22.25 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 17 | 0.18 | 0 | 0.93 | 0.05 | 71.42 | 0.9 | 0.51 |
| Hex | C8 | F3 | 11 | 12 | 0 | 5D | 5 | 47 | 5A | 33 |
| Octal | 310 | 363 | 21 | 22 | 0 | 135 | 5 | 107 | 132 | 63 |
| Binary | 11001000 | 11110011 | 10001 | 10010 | 0 | 1011101 | 101 | 1000111 | 1011010 | 110011 |
Color Harmonies of #C8F311
Complementary color
Monochromatic Colors of #C8F311
Black with #C8F311
Text Example
Text Example
White with #C8F311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F311; }
p { color: rgb(200,243,17); }
H1.HeaderClassName
{
color: #C8F311;
}
.AnyTagClassName
{
color: #C8F311;
}
</style>
background-color css
<style>
a { background-color: #C8F311; }
a { background-color: rgb(200,243,17); }
div.DivClassName
{
background-color: #C8F311;
}
.BgClassName
{
background-color: #C8F311;
}
</style>
border-color css
<style>
span { border-color: #C8F311; }
span { border-color: rgb(200,243,17); }
td.TdClassName
{
border-color: #C8F311;
}
.TagClassName
{
border-color: #C8F311;
}
</style>