#CEF209

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

Shades of Electric Lime #CEF209

Tints of Electric Lime #CEF209

Color information

#CEF209 (or 0xCEF209) is unknown color: approx Electric Lime. HEX triplet: CE, F2 and 09. RGB value is (206,242,9). Sum of RGB (Red+Green+Blue) = 206+242+9=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 9 (3.91% from 255 or 1.97% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF209 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF209 is #310DF6. Grayscale: #CDCDCD. Windows color (decimal): -3214839 or 651982. OLE color: 651982.

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

Color convert

RGB2062429-
CMYK0.1500.960.05
HSL69.27º92.83%49.22%-
HSV(B)69.27º96.28%94.9%-
XYZ57.2676.6512.03-
YUV204.6717.57128.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 242 (94.92% from 255) = 52.95%
BLUE value IS 9 (3.91% from 255) = 1.97%
R=45.08%
G=52.95%
B=1.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal20624290.1500.960.0569.2792.8349.22
HexCEF29F0605455d31
Octal31636211170140510513561
Binary1100111011110010100111110110000010110001011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF209; }

 p { color: rgb(206,242,9); }

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

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

 a { background-color: rgb(206,242,9); }

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

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

 span { border-color: rgb(206,242,9); }

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