#C9EE12

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

Shades of Electric Lime #C9EE12

Tints of Electric Lime #C9EE12

Color information

#C9EE12 (or 0xC9EE12) is unknown color: approx Electric Lime. HEX triplet: C9, EE and 12. RGB value is (201,238,18). Sum of RGB (Red+Green+Blue) = 201+238+18=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EE12 is #3611ED. Grayscale: #CACACA. Windows color (decimal): -3543534 or 1240777. OLE color: 1240777.

HSL color Cylindrical-coordinate representation of color #C9EE12: hue angle of 70.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9EE12 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB20123818-
CMYK0.1600.920.07
HSL70.09º86.61%50.2%-
HSV(B)70.09º92.44%93.33%-
XYZ54.7773.6111.89-
YUV201.8624.24127.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.98%
GREEN value IS 238 (93.36% from 255) = 52.08%
BLUE value IS 18 (7.42% from 255) = 3.94%
R=43.98%
G=52.08%
B=3.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal201238180.1600.920.0770.0986.6150.2
HexC9EE121005C7465732
Octal31135622200134710612762
Binary110010011110111010010100000101110011110001101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EE12; }

 p { color: rgb(201,238,18); }

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

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

 a { background-color: rgb(201,238,18); }

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

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

 span { border-color: rgb(201,238,18); }

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