#c9f00e

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

Shades of Electric Lime #C9F00E

Tints of Electric Lime #C9F00E

Color information

#C9F00E (or 0xC9F00E) is unknown color: approx Electric Lime. HEX triplet: C9, F0 and 0E. RGB value is (201,240,14). Sum of RGB (Red+Green+Blue) = 201+240+14=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F00E is #360FF1. Grayscale: #CBCBCB. Windows color (decimal): -3543026 or 979145. OLE color: 979145.

HSL color Cylindrical-coordinate representation of color #C9F00E: hue angle of 70.35º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9F00E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB20124014-
CMYK0.1600.940.06
HSL70.35º88.98%49.8%-
HSV(B)70.35º94.17%94.12%-
XYZ55.3374.7711.93-
YUV202.5821.58126.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 240 (94.14% from 255) = 52.75%
BLUE value IS 14 (5.86% from 255) = 3.08%
R=44.18%
G=52.75%
B=3.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal201240140.1600.940.0670.3588.9849.8
HexC9F0E1005E6465932
Octal31136016200136610613162
Binary11001001111100001110100000101111011010001101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9f00e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9f00e; }

 p { color: rgb(201,240,14); }

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

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

 a { background-color: rgb(201,240,14); }

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

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

 span { border-color: rgb(201,240,14); }

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