#C7E706

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

Shades of Electric Lime #C7E706

Tints of Electric Lime #C7E706

Color information

#C7E706 (or 0xC7E706) is unknown color: approx Electric Lime. HEX triplet: C7, E7 and 06. RGB value is (199,231,6). Sum of RGB (Red+Green+Blue) = 199+231+6=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 231 (90.62% from 255 or 52.98% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7E706 is #3818F9. Grayscale: #C4C4C4. Windows color (decimal): -3676410 or 452551. OLE color: 452551.

HSL color Cylindrical-coordinate representation of color #C7E706: hue angle of 68.53º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7E706 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB1992316-
CMYK0.1400.970.09
HSL68.53º94.94%46.47%-
HSV(B)68.53º97.4%90.59%-
XYZ52.1669.3110.8-
YUV195.7820.9130.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.64%
GREEN value IS 231 (90.62% from 255) = 52.98%
BLUE value IS 6 (2.73% from 255) = 1.38%
R=45.64%
G=52.98%
B=1.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19923160.1400.970.0968.5394.9446.47
HexC7E76E0619455f2e
Octal30734761601411110513756
Binary1100011111100111110111001100001100110001011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E706; }

 p { color: rgb(199,231,6); }

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

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

 a { background-color: rgb(199,231,6); }

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

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

 span { border-color: rgb(199,231,6); }

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