Shades of Electric Lime #C3FB11
Tints of Electric Lime #C3FB11
RGB
CMYK
RGB Variations
Color information
#C3FB11 (or 0xC3FB11) is known color: Electric Lime. HEX triplet: C3, FB and 11. RGB value is (195,251,17). Sum of RGB (Red+Green+Blue) = 195+251+17=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 251 (98.44% from 255 or 54.21% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FB11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FB11 is #3C04EE. Grayscale: #D0D0D0. Windows color (decimal): -3933423 or 1178563. OLE color: 1178563.
HSL color Cylindrical-coordinate representation of color #C3FB11: hue angle of 74.36º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3FB11 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 251 | 17 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.02 |
| HSL | 74.36º | 0.97% | 0.53% | - |
| HSV(B) | 74.36º | 0.93% | 0.98% | - |
| XYZ | 57.1 | 80.64 | 13.09 | - |
| YUV | 207.58 | 20.45 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 251 | 17 | 0.22 | 0 | 0.93 | 0.02 | 74.36 | 0.97 | 0.53 |
| Hex | C3 | FB | 11 | 16 | 0 | 5D | 2 | 4A | 61 | 35 |
| Octal | 303 | 373 | 21 | 26 | 0 | 135 | 2 | 112 | 141 | 65 |
| Binary | 11000011 | 11111011 | 10001 | 10110 | 0 | 1011101 | 10 | 1001010 | 1100001 | 110101 |
Color Harmonies of #C3FB11
Complementary color
Monochromatic Colors of #C3FB11
Black with #C3FB11
Text Example
Text Example
White with #C3FB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FB11; }
p { color: rgb(195,251,17); }
H1.HeaderClassName
{
color: #C3FB11;
}
.AnyTagClassName
{
color: #C3FB11;
}
</style>
background-color css
<style>
a { background-color: #C3FB11; }
a { background-color: rgb(195,251,17); }
div.DivClassName
{
background-color: #C3FB11;
}
.BgClassName
{
background-color: #C3FB11;
}
</style>
border-color css
<style>
span { border-color: #C3FB11; }
span { border-color: rgb(195,251,17); }
td.TdClassName
{
border-color: #C3FB11;
}
.TagClassName
{
border-color: #C3FB11;
}
</style>