Shades of Electric Lime #C6E902
Tints of Electric Lime #C6E902
RGB
CMYK
RGB Variations
Color information
#C6E902 (or 0xC6E902) is known color: Electric Lime. HEX triplet: C6, E9 and 02. RGB value is (198,233,2). Sum of RGB (Red+Green+Blue) = 198+233+2=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 233 (91.41% from 255 or 53.81% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 233 - color contains mainly: green. Hex color #C6E902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6E902 is #3916FD. Grayscale: #C5C5C5. Windows color (decimal): -3741438 or 190918. OLE color: 190918.
HSL color Cylindrical-coordinate representation of color #C6E902: hue angle of 69.09º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6E902 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 233 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.09 |
| HSL | 69.09º | 0.98% | 0.46% | - |
| HSV(B) | 69.09º | 0.99% | 0.91% | - |
| XYZ | 52.44 | 70.29 | 10.86 | - |
| YUV | 196.2 | 18.4 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 233 | 2 | 0.15 | 0 | 0.99 | 0.09 | 69.09 | 0.98 | 0.46 |
| Hex | C6 | E9 | 2 | F | 0 | 63 | 9 | 45 | 62 | 2E |
| Octal | 306 | 351 | 2 | 17 | 0 | 143 | 11 | 105 | 142 | 56 |
| Binary | 11000110 | 11101001 | 10 | 1111 | 0 | 1100011 | 1001 | 1000101 | 1100010 | 101110 |
Color Harmonies of #C6E902
Complementary color
Monochromatic Colors of #C6E902
Black with #C6E902
Text Example
Text Example
White with #C6E902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E902; }
p { color: rgb(198,233,2); }
H1.HeaderClassName
{
color: #C6E902;
}
.AnyTagClassName
{
color: #C6E902;
}
</style>
background-color css
<style>
a { background-color: #C6E902; }
a { background-color: rgb(198,233,2); }
div.DivClassName
{
background-color: #C6E902;
}
.BgClassName
{
background-color: #C6E902;
}
</style>
border-color css
<style>
span { border-color: #C6E902; }
span { border-color: rgb(198,233,2); }
td.TdClassName
{
border-color: #C6E902;
}
.TagClassName
{
border-color: #C6E902;
}
</style>