Shades of Electric Lime #C3FE0F
Tints of Electric Lime #C3FE0F
RGB
CMYK
RGB Variations
Color information
#C3FE0F (or 0xC3FE0F) is known color: Electric Lime. HEX triplet: C3, FE and 0F. RGB value is (195,254,15). Sum of RGB (Red+Green+Blue) = 195+254+15=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FE0F is #3C01F0. Grayscale: #D2D2D2. Windows color (decimal): -3932657 or 1048259. OLE color: 1048259.
HSL color Cylindrical-coordinate representation of color #C3FE0F: hue angle of 74.81º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3FE0F is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 254 | 15 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.00 |
| HSL | 74.81º | 0.99% | 0.53% | - |
| HSV(B) | 74.81º | 0.94% | 1% | - |
| XYZ | 58.03 | 82.52 | 13.32 | - |
| YUV | 209.11 | 18.45 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 254 | 15 | 0.23 | 0 | 0.94 | 0.00 | 74.81 | 0.99 | 0.53 |
| Hex | C3 | FE | F | 17 | 0 | 5E | 0 | 4B | 63 | 35 |
| Octal | 303 | 376 | 17 | 27 | 0 | 136 | 0 | 113 | 143 | 65 |
| Binary | 11000011 | 11111110 | 1111 | 10111 | 0 | 1011110 | 0 | 1001011 | 1100011 | 110101 |
Color Harmonies of #C3FE0F
Complementary color
Monochromatic Colors of #C3FE0F
Black with #C3FE0F
Text Example
Text Example
White with #C3FE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FE0F; }
p { color: rgb(195,254,15); }
H1.HeaderClassName
{
color: #C3FE0F;
}
.AnyTagClassName
{
color: #C3FE0F;
}
</style>
background-color css
<style>
a { background-color: #C3FE0F; }
a { background-color: rgb(195,254,15); }
div.DivClassName
{
background-color: #C3FE0F;
}
.BgClassName
{
background-color: #C3FE0F;
}
</style>
border-color css
<style>
span { border-color: #C3FE0F; }
span { border-color: rgb(195,254,15); }
td.TdClassName
{
border-color: #C3FE0F;
}
.TagClassName
{
border-color: #C3FE0F;
}
</style>