#CEF710

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

Shades of Electric Lime #CEF710

Tints of Electric Lime #CEF710

Color information

#CEF710 (or 0xCEF710) is unknown color: approx Electric Lime. HEX triplet: CE, F7 and 10. RGB value is (206,247,16). Sum of RGB (Red+Green+Blue) = 206+247+16=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 247 (96.88% from 255 or 52.67% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF710 is #3108EF. Grayscale: #D1D1D1. Windows color (decimal): -3213552 or 1112014. OLE color: 1112014.

HSL color Cylindrical-coordinate representation of color #CEF710: hue angle of 70.65º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEF710 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB20624716-
CMYK0.1700.940.03
HSL70.65º93.52%51.57%-
HSV(B)70.65º93.52%96.86%-
XYZ58.8179.6812.77-
YUV208.4119.42126.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.92%
GREEN value IS 247 (96.88% from 255) = 52.67%
BLUE value IS 16 (6.64% from 255) = 3.41%
R=43.92%
G=52.67%
B=3.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal206247160.1700.940.0370.6593.5251.57
HexCEF7101105E3475e34
Octal31636720210136310713664
Binary11001110111101111000010001010111101110001111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF710; }

 p { color: rgb(206,247,16); }

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

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

 a { background-color: rgb(206,247,16); }

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

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

 span { border-color: rgb(206,247,16); }

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