#C0FE10

Color #C0FE10 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #C0FE10

Tints of Electric Lime #C0FE10

Color information

#C0FE10 (or 0xC0FE10) is unknown color: approx Electric Lime. HEX triplet: C0, FE and 10. RGB value is (192,254,16). Sum of RGB (Red+Green+Blue) = 192+254+16=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FE10 is #3F01EF. Grayscale: #D1D1D1. Windows color (decimal): -4129264 or 1113792. OLE color: 1113792.

HSL color Cylindrical-coordinate representation of color #C0FE10: hue angle of 75.63º 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 #C0FE10 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB19225416-
CMYK0.2400.940.00
HSL75.63º99.17%52.94%-
HSV(B)75.63º93.7%99.61%-
XYZ57.2782.1313.32-
YUV208.3319.46116.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 41.56%
GREEN value IS 254 (99.61% from 255) = 54.98%
BLUE value IS 16 (6.64% from 255) = 3.46%
R=41.56%
G=54.98%
B=3.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal192254160.2400.940.0075.6399.1752.94
HexC0FE101805E04c6335
Octal30037620300136011414365
Binary1100000011111110100001100001011110010011001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FE10; }

 p { color: rgb(192,254,16); }

 H1.HeaderClassName
 {
   color: #C0FE10;
 }
 .AnyTagClassName
 {
   color: #C0FE10;
 }
</style>
background-color css

<style>
 a { background-color: #C0FE10; }

 a { background-color: rgb(192,254,16); }

 div.DivClassName
 {
   background-color: #C0FE10;
 }
 .BgClassName
 {
   background-color: #C0FE10;
 }
</style>
border-color css

<style>
 span { border-color: #C0FE10; }

 span { border-color: rgb(192,254,16); }

 td.TdClassName
 {
   border-color: #C0FE10;
 }
 .TagClassName
 {
   border-color: #C0FE10;
 }
</style>