#C9EB08

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

Shades of Electric Lime #C9EB08

Tints of Electric Lime #C9EB08

Color information

#C9EB08 (or 0xC9EB08) is unknown color: approx Electric Lime. HEX triplet: C9, EB and 08. RGB value is (201,235,8). Sum of RGB (Red+Green+Blue) = 201+235+8=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 235 (92.19% from 255 or 52.93% from 444); Blue value is 8 (3.52% from 255 or 1.80% from 444); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EB08 is #3614F7. Grayscale: #C7C7C7. Windows color (decimal): -3544312 or 584649. OLE color: 584649.

HSL color Cylindrical-coordinate representation of color #C9EB08: hue angle of 68.99º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9EB08 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB2012358-
CMYK0.1400.970.08
HSL68.99º93.42%47.65%-
HSV(B)68.99º96.6%92.16%-
XYZ53.8471.8511.26-
YUV198.9620.24129.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 235 (92.19% from 255) = 52.93%
BLUE value IS 8 (3.52% from 255) = 1.80%
R=45.27%
G=52.93%
B=1.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal20123580.1400.970.0868.9993.4247.65
HexC9EB8E0618455d30
Octal311353101601411010513560
Binary11001001111010111000111001100001100010001011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EB08; }

 p { color: rgb(201,235,8); }

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

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

 a { background-color: rgb(201,235,8); }

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

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

 span { border-color: rgb(201,235,8); }

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