#C7EA00

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

Shades of Electric Lime #C7EA00

Tints of Electric Lime #C7EA00

Color information

#C7EA00 (or 0xC7EA00) is unknown color: approx Electric Lime. HEX triplet: C7, EA and 00. RGB value is (199,234,0). Sum of RGB (Red+Green+Blue) = 199+234+0=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7EA00 is #3815FF. Grayscale: #C5C5C5. Windows color (decimal): -3675648 or 60103. OLE color: 60103.

HSL color Cylindrical-coordinate representation of color #C7EA00: hue angle of 68.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7EA00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB1992340-
CMYK0.15010.08
HSL68.97º100%45.88%-
HSV(B)68.97º100%91.76%-
XYZ52.9870.9910.91-
YUV196.8616.9129.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 234 (91.80% from 255) = 54.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.96%
G=54.04%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal19923400.15010.0868.9710045.88
HexC7EA0F064845642e
Octal30735201701441010514456
Binary11000111111010100111101100100100010001011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EA00; }

 p { color: rgb(199,234,0); }

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

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

 a { background-color: rgb(199,234,0); }

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

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

 span { border-color: rgb(199,234,0); }

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