Html Css Color HEX #CEF009 Electric Lime

📋 copy color: '#CEF009'

red 206 ◦ green 240 ◦ blue 9

#CEF009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CEF009

Tints of Electric Lime #CEF009

RGB

 RED value IS 206 (80.86% from 255) = 45.27%

 GREEN value IS 240 (94.14% from 255) = 52.75%

 BLUE value IS 9 (3.91% from 255) = 1.98%

R = 45.27%
G = 52.75%
B = 1.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#CEF009 (or 0xCEF009) is known color: Electric Lime. HEX triplet: CE, F0 and 09. RGB value is (206,240,9). Sum of RGB (Red+Green+Blue) = 206+240+9=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 9 (3.91% from 255 or 1.98% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF009 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF009 is #310FF6. Grayscale: #CCCCCC. Windows color (decimal): -3215351 or 651470. OLE color: 651470.

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

Color convert

RGB 206 240 9 -
CMYK 0.14 0 0.96 0.06
HSL 68.83º 0.93% 0.49% -
HSV(B) 68.83º 0.96% 0.94% -
XYZ 56.66 75.46 11.84 -
YUV 203.5 18.24 129.78 -
System Red Green Blue C M Y K H S L
Decimal 206 240 9 0.14 0 0.96 0.06 68.83 0.93 0.49
Hex CE F0 9 E 0 60 6 45 5D 31
Octal 316 360 11 16 0 140 6 105 135 61
Binary 11001110 11110000 1001 1110 0 1100000 110 1000101 1011101 110001

Color Harmonies of #CEF009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF009

Black with #CEF009

Text Example


Text Example

White with #CEF009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF009; }

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

 H1.HeaderClassName
 {
   color: #CEF009;
 }
 .AnyTagClassName
 {
   color: #CEF009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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