Shades of Electric Lime #C2FB17
Tints of Electric Lime #C2FB17
RGB
CMYK
RGB Variations
Color information
#C2FB17 (or 0xC2FB17) is known color: Electric Lime. HEX triplet: C2, FB and 17. RGB value is (194,251,23). Sum of RGB (Red+Green+Blue) = 194+251+23=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 251 (98.44% from 255 or 53.63% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FB17 is #3D04E8. Grayscale: #D0D0D0. Windows color (decimal): -3998953 or 1571778. OLE color: 1571778.
HSL color Cylindrical-coordinate representation of color #C2FB17: hue angle of 75º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2FB17 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 23 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.02 |
| HSL | 75º | 0.97% | 0.54% | - |
| HSV(B) | 75º | 0.91% | 0.98% | - |
| XYZ | 56.9 | 80.53 | 13.35 | - |
| YUV | 207.97 | 23.62 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 23 | 0.23 | 0 | 0.91 | 0.02 | 75 | 0.97 | 0.54 |
| Hex | C2 | FB | 17 | 17 | 0 | 5B | 2 | 4B | 61 | 36 |
| Octal | 302 | 373 | 27 | 27 | 0 | 133 | 2 | 113 | 141 | 66 |
| Binary | 11000010 | 11111011 | 10111 | 10111 | 0 | 1011011 | 10 | 1001011 | 1100001 | 110110 |
Color Harmonies of #C2FB17
Complementary color
Monochromatic Colors of #C2FB17
Black with #C2FB17
Text Example
Text Example
White with #C2FB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB17; }
p { color: rgb(194,251,23); }
H1.HeaderClassName
{
color: #C2FB17;
}
.AnyTagClassName
{
color: #C2FB17;
}
</style>
background-color css
<style>
a { background-color: #C2FB17; }
a { background-color: rgb(194,251,23); }
div.DivClassName
{
background-color: #C2FB17;
}
.BgClassName
{
background-color: #C2FB17;
}
</style>
border-color css
<style>
span { border-color: #C2FB17; }
span { border-color: rgb(194,251,23); }
td.TdClassName
{
border-color: #C2FB17;
}
.TagClassName
{
border-color: #C2FB17;
}
</style>