Shades of Electric Lime #C6FB18
Tints of Electric Lime #C6FB18
RGB
CMYK
RGB Variations
Color information
#C6FB18 (or 0xC6FB18) is known color: Electric Lime. HEX triplet: C6, FB and 18. RGB value is (198,251,24). Sum of RGB (Red+Green+Blue) = 198+251+24=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FB18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FB18 is #3904E7. Grayscale: #D2D2D2. Windows color (decimal): -3736808 or 1637318. OLE color: 1637318.
HSL color Cylindrical-coordinate representation of color #C6FB18: hue angle of 74.01º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6FB18 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 251 | 24 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.02 |
| HSL | 74.01º | 0.97% | 0.54% | - |
| HSV(B) | 74.01º | 0.9% | 0.98% | - |
| XYZ | 57.95 | 81.07 | 13.46 | - |
| YUV | 209.28 | 23.44 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 251 | 24 | 0.21 | 0 | 0.90 | 0.02 | 74.01 | 0.97 | 0.54 |
| Hex | C6 | FB | 18 | 15 | 0 | 5A | 2 | 4A | 61 | 36 |
| Octal | 306 | 373 | 30 | 25 | 0 | 132 | 2 | 112 | 141 | 66 |
| Binary | 11000110 | 11111011 | 11000 | 10101 | 0 | 1011010 | 10 | 1001010 | 1100001 | 110110 |
Color Harmonies of #C6FB18
Complementary color
Monochromatic Colors of #C6FB18
Black with #C6FB18
Text Example
Text Example
White with #C6FB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FB18; }
p { color: rgb(198,251,24); }
H1.HeaderClassName
{
color: #C6FB18;
}
.AnyTagClassName
{
color: #C6FB18;
}
</style>
background-color css
<style>
a { background-color: #C6FB18; }
a { background-color: rgb(198,251,24); }
div.DivClassName
{
background-color: #C6FB18;
}
.BgClassName
{
background-color: #C6FB18;
}
</style>
border-color css
<style>
span { border-color: #C6FB18; }
span { border-color: rgb(198,251,24); }
td.TdClassName
{
border-color: #C6FB18;
}
.TagClassName
{
border-color: #C6FB18;
}
</style>