#CEF90C

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

Shades of Electric Lime #CEF90C

Tints of Electric Lime #CEF90C

Color information

#CEF90C (or 0xCEF90C) is unknown color: approx Electric Lime. HEX triplet: CE, F9 and 0C. RGB value is (206,249,12). Sum of RGB (Red+Green+Blue) = 206+249+12=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF90C is #3106F3. Grayscale: #D2D2D2. Windows color (decimal): -3213044 or 850382. OLE color: 850382.

HSL color Cylindrical-coordinate representation of color #CEF90C: hue angle of 70.89º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEF90C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB20624912-
CMYK0.1700.950.02
HSL70.89º95.18%51.18%-
HSV(B)70.89º95.18%97.65%-
XYZ59.480.912.83-
YUV209.1216.75125.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.11%
GREEN value IS 249 (97.66% from 255) = 53.32%
BLUE value IS 12 (5.08% from 255) = 2.57%
R=44.11%
G=53.32%
B=2.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206249120.1700.950.0270.8995.1851.18
HexCEF9C1105F2475f33
Octal31637114210137210713763
Binary1100111011111001110010001010111111010001111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF90C; }

 p { color: rgb(206,249,12); }

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

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

 a { background-color: rgb(206,249,12); }

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

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

 span { border-color: rgb(206,249,12); }

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