#C2ED00

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

Shades of Electric Lime #C2ED00

Tints of Electric Lime #C2ED00

Color information

#C2ED00 (or 0xC2ED00) is unknown color: approx Electric Lime. HEX triplet: C2, ED and 00. RGB value is (194,237,0). Sum of RGB (Red+Green+Blue) = 194+237+0=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2ED00 is #3D12FF. Grayscale: #C6C6C6. Windows color (decimal): -4002560 or 60866. OLE color: 60866.

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

Color convert

RGB1942370-
CMYK0.18010.07
HSL70.89º100%46.47%-
HSV(B)70.89º100%92.94%-
XYZ52.5372.0411.14-
YUV197.1216.75125.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 237 (92.97% from 255) = 54.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.01%
G=54.99%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal19423700.18010.0770.8910046.47
HexC2ED012064747642e
Octal3023550220144710714456
Binary11000010111011010100100110010011110001111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ED00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ED00; }

 p { color: rgb(194,237,0); }

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

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

 a { background-color: rgb(194,237,0); }

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

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

 span { border-color: rgb(194,237,0); }

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