Shades of Electric Lime #C3FF0D
Tints of Electric Lime #C3FF0D
RGB
CMYK
RGB Variations
Color information
#C3FF0D (or 0xC3FF0D) is known color: Electric Lime. HEX triplet: C3, FF and 0D. RGB value is (195,255,13). Sum of RGB (Red+Green+Blue) = 195+255+13=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FF0D is #3C00F2. Grayscale: #D2D2D2. Windows color (decimal): -3932403 or 917443. OLE color: 917443.
HSL color Cylindrical-coordinate representation of color #C3FF0D: hue angle of 74.88º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3FF0D is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 13 | - |
| CMYK | 0.24 | 0 | 0.95 | 0 |
| HSL | 74.88º | 1% | 0.53% | - |
| HSV(B) | 74.88º | 0.95% | 1% | - |
| XYZ | 58.34 | 83.15 | 13.36 | - |
| YUV | 209.47 | 17.12 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 13 | 0.24 | 0 | 0.95 | 0 | 74.88 | 1 | 0.53 |
| Hex | C3 | FF | D | 18 | 0 | 5F | 0 | 4B | 64 | 35 |
| Octal | 303 | 377 | 15 | 30 | 0 | 137 | 0 | 113 | 144 | 65 |
| Binary | 11000011 | 11111111 | 1101 | 11000 | 0 | 1011111 | 0 | 1001011 | 1100100 | 110101 |
Color Harmonies of #C3FF0D
Complementary color
Monochromatic Colors of #C3FF0D
Black with #C3FF0D
Text Example
Text Example
White with #C3FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FF0D; }
p { color: rgb(195,255,13); }
H1.HeaderClassName
{
color: #C3FF0D;
}
.AnyTagClassName
{
color: #C3FF0D;
}
</style>
background-color css
<style>
a { background-color: #C3FF0D; }
a { background-color: rgb(195,255,13); }
div.DivClassName
{
background-color: #C3FF0D;
}
.BgClassName
{
background-color: #C3FF0D;
}
</style>
border-color css
<style>
span { border-color: #C3FF0D; }
span { border-color: rgb(195,255,13); }
td.TdClassName
{
border-color: #C3FF0D;
}
.TagClassName
{
border-color: #C3FF0D;
}
</style>