Shades of Electric Lime #C1ED03
Tints of Electric Lime #C1ED03
RGB
CMYK
RGB Variations
Color information
#C1ED03 (or 0xC1ED03) is known color: Electric Lime. HEX triplet: C1, ED and 03. RGB value is (193,237,3). Sum of RGB (Red+Green+Blue) = 193+237+3=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 237 (92.97% from 255 or 54.73% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1ED03 is #3E12FC. Grayscale: #C6C6C6. Windows color (decimal): -4068093 or 257473. OLE color: 257473.
HSL color Cylindrical-coordinate representation of color #C1ED03: hue angle of 71.28º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1ED03 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
RGB | 193 | 237 | 3 | - |
CMYK | 0.19 | 0 | 0.99 | 0.07 |
HSL | 71.28º | 0.98% | 0.47% | - |
HSV(B) | 71.28º | 0.99% | 0.93% | - |
XYZ | 52.29 | 71.91 | 11.21 | - |
YUV | 197.17 | 18.42 | 125.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 237 | 3 | 0.19 | 0 | 0.99 | 0.07 | 71.28 | 0.98 | 0.47 |
Hex | C1 | ED | 3 | 13 | 0 | 63 | 7 | 47 | 62 | 2F |
Octal | 301 | 355 | 3 | 23 | 0 | 143 | 7 | 107 | 142 | 57 |
Binary | 11000001 | 11101101 | 11 | 10011 | 0 | 1100011 | 111 | 1000111 | 1100010 | 101111 |
Color Harmonies of #C1ED03
Complementary color
Monochromatic Colors of #C1ED03
Black with #C1ED03
Text Example
Text Example
White with #C1ED03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ED03; }
p { color: rgb(193,237,3); }
H1.HeaderClassName
{
color: #C1ED03;
}
.AnyTagClassName
{
color: #C1ED03;
}
</style>
background-color css
<style>
a { background-color: #C1ED03; }
a { background-color: rgb(193,237,3); }
div.DivClassName
{
background-color: #C1ED03;
}
.BgClassName
{
background-color: #C1ED03;
}
</style>
border-color css
<style>
span { border-color: #C1ED03; }
span { border-color: rgb(193,237,3); }
td.TdClassName
{
border-color: #C1ED03;
}
.TagClassName
{
border-color: #C1ED03;
}
</style>