Shades of Electric Lime #C3EF02
Tints of Electric Lime #C3EF02
RGB
CMYK
RGB Variations
Color information
#C3EF02 (or 0xC3EF02) is known color: Electric Lime. HEX triplet: C3, EF and 02. RGB value is (195,239,2). Sum of RGB (Red+Green+Blue) = 195+239+2=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 239 (93.75% from 255 or 54.82% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3EF02 is #3C10FD. Grayscale: #C7C7C7. Windows color (decimal): -3936510 or 192451. OLE color: 192451.
HSL color Cylindrical-coordinate representation of color #C3EF02: hue angle of 71.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3EF02 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.06 |
| HSL | 71.14º | 0.98% | 0.47% | - |
| HSV(B) | 71.14º | 0.99% | 0.94% | - |
| XYZ | 53.38 | 73.34 | 11.4 | - |
| YUV | 198.83 | 16.92 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 2 | 0.18 | 0 | 0.99 | 0.06 | 71.14 | 0.98 | 0.47 |
| Hex | C3 | EF | 2 | 12 | 0 | 63 | 6 | 47 | 62 | 2F |
| Octal | 303 | 357 | 2 | 22 | 0 | 143 | 6 | 107 | 142 | 57 |
| Binary | 11000011 | 11101111 | 10 | 10010 | 0 | 1100011 | 110 | 1000111 | 1100010 | 101111 |
Color Harmonies of #C3EF02
Complementary color
Monochromatic Colors of #C3EF02
Black with #C3EF02
Text Example
Text Example
White with #C3EF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EF02; }
p { color: rgb(195,239,2); }
H1.HeaderClassName
{
color: #C3EF02;
}
.AnyTagClassName
{
color: #C3EF02;
}
</style>
background-color css
<style>
a { background-color: #C3EF02; }
a { background-color: rgb(195,239,2); }
div.DivClassName
{
background-color: #C3EF02;
}
.BgClassName
{
background-color: #C3EF02;
}
</style>
border-color css
<style>
span { border-color: #C3EF02; }
span { border-color: rgb(195,239,2); }
td.TdClassName
{
border-color: #C3EF02;
}
.TagClassName
{
border-color: #C3EF02;
}
</style>