#C0FF11

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

Shades of Electric Lime #C0FF11

Tints of Electric Lime #C0FF11

Color information

#C0FF11 (or 0xC0FF11) is unknown color: approx Electric Lime. HEX triplet: C0, FF and 11. RGB value is (192,255,17). Sum of RGB (Red+Green+Blue) = 192+255+17=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FF11 is #3F00EE. Grayscale: #D1D1D1. Windows color (decimal): -4129007 or 1179584. OLE color: 1179584.

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

Color convert

RGB19225517-
CMYK0.2500.930
HSL75.88º100%53.33%-
HSV(B)75.88º93.33%100%-
XYZ57.682.7713.47-
YUV209.0319.63115.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 255 (100% from 255) = 54.96%
BLUE value IS 17 (7.03% from 255) = 3.66%
R=41.38%
G=54.96%
B=3.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal192255170.2500.93075.8810053.33
HexC0FF111905D04c6435
Octal30037721310135011414465
Binary1100000011111111100011100101011101010011001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FF11; }

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

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

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

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

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

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

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

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