Shades of Electric Lime #C8F51B
Tints of Electric Lime #C8F51B
RGB
CMYK
RGB Variations
Color information
#C8F51B (or 0xC8F51B) is known color: Electric Lime. HEX triplet: C8, F5 and 1B. RGB value is (200,245,27). Sum of RGB (Red+Green+Blue) = 200+245+27=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 245 (96.09% from 255 or 51.91% from 472); Blue value is 27 (10.94% from 255 or 5.72% from 472); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F51B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F51B is #370AE4. Grayscale: #CFCFCF. Windows color (decimal): -3607269 or 1832392. OLE color: 1832392.
HSL color Cylindrical-coordinate representation of color #C8F51B: hue angle of 72.39º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8F51B is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 245 | 27 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.04 |
| HSL | 72.39º | 0.92% | 0.53% | - |
| HSV(B) | 72.39º | 0.89% | 0.96% | - |
| XYZ | 56.67 | 77.66 | 13.04 | - |
| YUV | 206.69 | 26.59 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 245 | 27 | 0.18 | 0 | 0.89 | 0.04 | 72.39 | 0.92 | 0.53 |
| Hex | C8 | F5 | 1B | 12 | 0 | 59 | 4 | 48 | 5C | 35 |
| Octal | 310 | 365 | 33 | 22 | 0 | 131 | 4 | 110 | 134 | 65 |
| Binary | 11001000 | 11110101 | 11011 | 10010 | 0 | 1011001 | 100 | 1001000 | 1011100 | 110101 |
Color Harmonies of #C8F51B
Complementary color
Monochromatic Colors of #C8F51B
Black with #C8F51B
Text Example
Text Example
White with #C8F51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F51B; }
p { color: rgb(200,245,27); }
H1.HeaderClassName
{
color: #C8F51B;
}
.AnyTagClassName
{
color: #C8F51B;
}
</style>
background-color css
<style>
a { background-color: #C8F51B; }
a { background-color: rgb(200,245,27); }
div.DivClassName
{
background-color: #C8F51B;
}
.BgClassName
{
background-color: #C8F51B;
}
</style>
border-color css
<style>
span { border-color: #C8F51B; }
span { border-color: rgb(200,245,27); }
td.TdClassName
{
border-color: #C8F51B;
}
.TagClassName
{
border-color: #C8F51B;
}
</style>