Shades of Electric Lime #C3E700
Tints of Electric Lime #C3E700
RGB
CMYK
RGB Variations
Color information
#C3E700 (or 0xC3E700) is known color: Electric Lime. HEX triplet: C3, E7 and 00. RGB value is (195,231,0). Sum of RGB (Red+Green+Blue) = 195+231+0=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 231 (90.62% from 255 or 54.23% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 231 - color contains mainly: green. Hex color #C3E700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3E700 is #3C18FF. Grayscale: #C2C2C2. Windows color (decimal): -3938560 or 59331. OLE color: 59331.
HSL color Cylindrical-coordinate representation of color #C3E700: hue angle of 69.35º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3E700 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 231 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.09 |
| HSL | 69.35º | 1% | 0.45% | - |
| HSV(B) | 69.35º | 1% | 0.91% | - |
| XYZ | 51.08 | 68.75 | 10.58 | - |
| YUV | 193.9 | 18.57 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 231 | 0 | 0.16 | 0 | 1 | 0.09 | 69.35 | 1 | 0.45 |
| Hex | C3 | E7 | 0 | 10 | 0 | 64 | 9 | 45 | 64 | 2D |
| Octal | 303 | 347 | 0 | 20 | 0 | 144 | 11 | 105 | 144 | 55 |
| Binary | 11000011 | 11100111 | 0 | 10000 | 0 | 1100100 | 1001 | 1000101 | 1100100 | 101101 |
Color Harmonies of #C3E700
Complementary color
Monochromatic Colors of #C3E700
Black with #C3E700
Text Example
Text Example
White with #C3E700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E700; }
p { color: rgb(195,231,0); }
H1.HeaderClassName
{
color: #C3E700;
}
.AnyTagClassName
{
color: #C3E700;
}
</style>
background-color css
<style>
a { background-color: #C3E700; }
a { background-color: rgb(195,231,0); }
div.DivClassName
{
background-color: #C3E700;
}
.BgClassName
{
background-color: #C3E700;
}
</style>
border-color css
<style>
span { border-color: #C3E700; }
span { border-color: rgb(195,231,0); }
td.TdClassName
{
border-color: #C3E700;
}
.TagClassName
{
border-color: #C3E700;
}
</style>