#C2F411

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

Shades of Electric Lime #C2F411

Tints of Electric Lime #C2F411

Color information

#C2F411 (or 0xC2F411) is unknown color: approx Electric Lime. HEX triplet: C2, F4 and 11. RGB value is (194,244,17). Sum of RGB (Red+Green+Blue) = 194+244+17=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 244 (95.70% from 255 or 53.63% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F411 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F411 is #3D0BEE. Grayscale: #CCCCCC. Windows color (decimal): -4000751 or 1176770. OLE color: 1176770.

HSL color Cylindrical-coordinate representation of color #C2F411: hue angle of 73.22º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2F411 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB19424417-
CMYK0.2000.930.04
HSL73.22º91.16%51.18%-
HSV(B)73.22º93.03%95.69%-
XYZ54.776.2112.36-
YUV203.1722.94121.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 244 (95.70% from 255) = 53.63%
BLUE value IS 17 (7.03% from 255) = 3.74%
R=42.64%
G=53.63%
B=3.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal194244170.2000.930.0473.2291.1651.18
HexC2F4111405D4495b33
Octal30236421240135411113363
Binary110000101111010010001101000101110110010010011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F411; }

 p { color: rgb(194,244,17); }

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

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

 a { background-color: rgb(194,244,17); }

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

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

 span { border-color: rgb(194,244,17); }

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