#C0FE11

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

Shades of Electric Lime #C0FE11

Tints of Electric Lime #C0FE11

Color information

#C0FE11 (or 0xC0FE11) is unknown color: approx Electric Lime. HEX triplet: C0, FE and 11. RGB value is (192,254,17). Sum of RGB (Red+Green+Blue) = 192+254+17=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 254 (99.61% from 255 or 54.86% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FE11 is #3F01EE. Grayscale: #D1D1D1. Windows color (decimal): -4129263 or 1179328. OLE color: 1179328.

HSL color Cylindrical-coordinate representation of color #C0FE11: hue angle of 75.7º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0FE11 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB19225417-
CMYK0.2400.930.00
HSL75.7º99.16%53.14%-
HSV(B)75.7º93.31%99.61%-
XYZ57.2882.1313.36-
YUV208.4419.96116.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.47%
GREEN value IS 254 (99.61% from 255) = 54.86%
BLUE value IS 17 (7.03% from 255) = 3.67%
R=41.47%
G=54.86%
B=3.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal192254170.2400.930.0075.799.1653.14
HexC0FE111805D04c6335
Octal30037621300135011414365
Binary1100000011111110100011100001011101010011001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FE11; }

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

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

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

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

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

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

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

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