#C8EF14

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

Shades of Electric Lime #C8EF14

Tints of Electric Lime #C8EF14

Color information

#C8EF14 (or 0xC8EF14) is unknown color: approx Electric Lime. HEX triplet: C8, EF and 14. RGB value is (200,239,20). Sum of RGB (Red+Green+Blue) = 200+239+20=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EF14 is #3710EB. Grayscale: #CBCBCB. Windows color (decimal): -3608812 or 1372104. OLE color: 1372104.

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

Color convert

RGB20023920-
CMYK0.1600.920.06
HSL70.68º87.25%50.78%-
HSV(B)70.68º91.63%93.73%-
XYZ54.8174.0612.07-
YUV202.3725.08126.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.57%
GREEN value IS 239 (93.75% from 255) = 52.07%
BLUE value IS 20 (8.20% from 255) = 4.36%
R=43.57%
G=52.07%
B=4.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal200239200.1600.920.0670.6887.2550.78
HexC8EF141005C6475733
Octal31035724200134610712763
Binary110010001110111110100100000101110011010001111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EF14; }

 p { color: rgb(200,239,20); }

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

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

 a { background-color: rgb(200,239,20); }

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

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

 span { border-color: rgb(200,239,20); }

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