Shades of Electric Lime #C6FE0F
Tints of Electric Lime #C6FE0F
RGB
CMYK
RGB Variations
Color information
#C6FE0F (or 0xC6FE0F) is known color: Electric Lime. HEX triplet: C6, FE and 0F. RGB value is (198,254,15). Sum of RGB (Red+Green+Blue) = 198+254+15=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FE0F is #3901F0. Grayscale: #D2D2D2. Windows color (decimal): -3736049 or 1048262. OLE color: 1048262.
HSL color Cylindrical-coordinate representation of color #C6FE0F: hue angle of 74.06º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6FE0F is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 254 | 15 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.00 |
| HSL | 74.06º | 0.99% | 0.53% | - |
| HSV(B) | 74.06º | 0.94% | 1% | - |
| XYZ | 58.82 | 82.92 | 13.36 | - |
| YUV | 210.01 | 17.95 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 254 | 15 | 0.22 | 0 | 0.94 | 0.00 | 74.06 | 0.99 | 0.53 |
| Hex | C6 | FE | F | 16 | 0 | 5E | 0 | 4A | 63 | 35 |
| Octal | 306 | 376 | 17 | 26 | 0 | 136 | 0 | 112 | 143 | 65 |
| Binary | 11000110 | 11111110 | 1111 | 10110 | 0 | 1011110 | 0 | 1001010 | 1100011 | 110101 |
Color Harmonies of #C6FE0F
Complementary color
Monochromatic Colors of #C6FE0F
Black with #C6FE0F
Text Example
Text Example
White with #C6FE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FE0F; }
p { color: rgb(198,254,15); }
H1.HeaderClassName
{
color: #C6FE0F;
}
.AnyTagClassName
{
color: #C6FE0F;
}
</style>
background-color css
<style>
a { background-color: #C6FE0F; }
a { background-color: rgb(198,254,15); }
div.DivClassName
{
background-color: #C6FE0F;
}
.BgClassName
{
background-color: #C6FE0F;
}
</style>
border-color css
<style>
span { border-color: #C6FE0F; }
span { border-color: rgb(198,254,15); }
td.TdClassName
{
border-color: #C6FE0F;
}
.TagClassName
{
border-color: #C6FE0F;
}
</style>