#C2F60D

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

Shades of Electric Lime #C2F60D

Tints of Electric Lime #C2F60D

Color information

#C2F60D (or 0xC2F60D) is unknown color: approx Electric Lime. HEX triplet: C2, F6 and 0D. RGB value is (194,246,13). Sum of RGB (Red+Green+Blue) = 194+246+13=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 246 (96.48% from 255 or 54.30% from 453); Blue value is 13 (5.47% from 255 or 2.87% from 453); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F60D is #3D09F2. Grayscale: #CCCCCC. Windows color (decimal): -4000243 or 915138. OLE color: 915138.

HSL color Cylindrical-coordinate representation of color #C2F60D: hue angle of 73.39º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2F60D is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB19424613-
CMYK0.2100.950.04
HSL73.39º92.83%50.78%-
HSV(B)73.39º94.72%96.47%-
XYZ55.2877.4112.41-
YUV203.8920.27120.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 246 (96.48% from 255) = 54.30%
BLUE value IS 13 (5.47% from 255) = 2.87%
R=42.83%
G=54.30%
B=2.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal194246130.2100.950.0473.3992.8350.78
HexC2F6D1505F4495d33
Octal30236615250137411113563
Binary11000010111101101101101010101111110010010011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F60D; }

 p { color: rgb(194,246,13); }

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

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

 a { background-color: rgb(194,246,13); }

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

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

 span { border-color: rgb(194,246,13); }

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