Shades of Electric Lime #C6FE13
Tints of Electric Lime #C6FE13
RGB
CMYK
RGB Variations
Color information
#C6FE13 (or 0xC6FE13) is known color: Electric Lime. HEX triplet: C6, FE and 13. RGB value is (198,254,19). Sum of RGB (Red+Green+Blue) = 198+254+19=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 254 (99.61% from 255 or 53.93% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FE13 is #3901EC. Grayscale: #D3D3D3. Windows color (decimal): -3736045 or 1310406. OLE color: 1310406.
HSL color Cylindrical-coordinate representation of color #C6FE13: hue angle of 74.3º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6FE13 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 254 | 19 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.00 |
| HSL | 74.3º | 0.99% | 0.54% | - |
| HSV(B) | 74.3º | 0.93% | 1% | - |
| XYZ | 58.85 | 82.94 | 13.52 | - |
| YUV | 210.47 | 19.95 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 254 | 19 | 0.22 | 0 | 0.93 | 0.00 | 74.3 | 0.99 | 0.54 |
| Hex | C6 | FE | 13 | 16 | 0 | 5D | 0 | 4A | 63 | 36 |
| Octal | 306 | 376 | 23 | 26 | 0 | 135 | 0 | 112 | 143 | 66 |
| Binary | 11000110 | 11111110 | 10011 | 10110 | 0 | 1011101 | 0 | 1001010 | 1100011 | 110110 |
Color Harmonies of #C6FE13
Complementary color
Monochromatic Colors of #C6FE13
Black with #C6FE13
Text Example
Text Example
White with #C6FE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FE13; }
p { color: rgb(198,254,19); }
H1.HeaderClassName
{
color: #C6FE13;
}
.AnyTagClassName
{
color: #C6FE13;
}
</style>
background-color css
<style>
a { background-color: #C6FE13; }
a { background-color: rgb(198,254,19); }
div.DivClassName
{
background-color: #C6FE13;
}
.BgClassName
{
background-color: #C6FE13;
}
</style>
border-color css
<style>
span { border-color: #C6FE13; }
span { border-color: rgb(198,254,19); }
td.TdClassName
{
border-color: #C6FE13;
}
.TagClassName
{
border-color: #C6FE13;
}
</style>