#C5FE11

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

Shades of Electric Lime #C5FE11

Tints of Electric Lime #C5FE11

Color information

#C5FE11 (or 0xC5FE11) is unknown color: approx Electric Lime. HEX triplet: C5, FE and 11. RGB value is (197,254,17). Sum of RGB (Red+Green+Blue) = 197+254+17=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 254 (99.61% from 255 or 54.27% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FE11 is #3A01EE. Grayscale: #D2D2D2. Windows color (decimal): -3801583 or 1179333. OLE color: 1179333.

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

Color convert

RGB19725417-
CMYK0.2200.930.00
HSL74.43º99.16%53.14%-
HSV(B)74.43º93.31%99.61%-
XYZ58.5782.7913.42-
YUV209.9419.12118.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.09%
GREEN value IS 254 (99.61% from 255) = 54.27%
BLUE value IS 17 (7.03% from 255) = 3.63%
R=42.09%
G=54.27%
B=3.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal197254170.2200.930.0074.4399.1653.14
HexC5FE111605D04a6335
Octal30537621260135011214365
Binary1100010111111110100011011001011101010010101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FE11; }

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

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

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

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

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

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

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

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