#c4ff11

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

Shades of Electric Lime #C4FF11

Tints of Electric Lime #C4FF11

Color information

#C4FF11 (or 0xC4FF11) is unknown color: approx Electric Lime. HEX triplet: C4, FF and 11. RGB value is (196,255,17). Sum of RGB (Red+Green+Blue) = 196+255+17=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4FF11 is #3B00EE. Grayscale: #D3D3D3. Windows color (decimal): -3866863 or 1179588. OLE color: 1179588.

HSL color Cylindrical-coordinate representation of color #C4FF11: hue angle of 74.87º 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 #C4FF11 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB19625517-
CMYK0.2300.930
HSL74.87º100%53.33%-
HSV(B)74.87º93.33%100%-
XYZ58.6383.313.52-
YUV210.2318.95117.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 255 (100% from 255) = 54.49%
BLUE value IS 17 (7.03% from 255) = 3.63%
R=41.88%
G=54.49%
B=3.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal196255170.2300.93074.8710053.33
HexC4FF111705D04b6435
Octal30437721270135011314465
Binary1100010011111111100011011101011101010010111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4ff11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4ff11; }

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

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

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

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

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

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

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

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