Shades of Electric Lime #C8F91E
Tints of Electric Lime #C8F91E
RGB
CMYK
RGB Variations
Color information
#C8F91E (or 0xC8F91E) is known color: Electric Lime. HEX triplet: C8, F9 and 1E. RGB value is (200,249,30). Sum of RGB (Red+Green+Blue) = 200+249+30=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 30 (12.11% from 255 or 6.26% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F91E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F91E is #3706E1. Grayscale: #D2D2D2. Windows color (decimal): -3606242 or 2030024. OLE color: 2030024.
HSL color Cylindrical-coordinate representation of color #C8F91E: hue angle of 73.42º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8F91E is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 30 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.02 |
| HSL | 73.42º | 0.95% | 0.55% | - |
| HSV(B) | 73.42º | 0.88% | 0.98% | - |
| XYZ | 57.93 | 80.12 | 13.64 | - |
| YUV | 209.38 | 26.77 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 30 | 0.20 | 0 | 0.88 | 0.02 | 73.42 | 0.95 | 0.55 |
| Hex | C8 | F9 | 1E | 14 | 0 | 58 | 2 | 49 | 5F | 37 |
| Octal | 310 | 371 | 36 | 24 | 0 | 130 | 2 | 111 | 137 | 67 |
| Binary | 11001000 | 11111001 | 11110 | 10100 | 0 | 1011000 | 10 | 1001001 | 1011111 | 110111 |
Color Harmonies of #C8F91E
Complementary color
Monochromatic Colors of #C8F91E
Black with #C8F91E
Text Example
Text Example
White with #C8F91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F91E; }
p { color: rgb(200,249,30); }
H1.HeaderClassName
{
color: #C8F91E;
}
.AnyTagClassName
{
color: #C8F91E;
}
</style>
background-color css
<style>
a { background-color: #C8F91E; }
a { background-color: rgb(200,249,30); }
div.DivClassName
{
background-color: #C8F91E;
}
.BgClassName
{
background-color: #C8F91E;
}
</style>
border-color css
<style>
span { border-color: #C8F91E; }
span { border-color: rgb(200,249,30); }
td.TdClassName
{
border-color: #C8F91E;
}
.TagClassName
{
border-color: #C8F91E;
}
</style>