Html Css Color HEX #CEF008 Electric Lime

📋 copy color: '#CEF008'

red 206 ◦ green 240 ◦ blue 8

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

Shades of Electric Lime #CEF008

Tints of Electric Lime #CEF008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.76%

R = 45.37%
G = 52.86%
B = 1.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#CEF008 (or 0xCEF008) is known color: Electric Lime. HEX triplet: CE, F0 and 08. RGB value is (206,240,8). Sum of RGB (Red+Green+Blue) = 206+240+8=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF008 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF008 is #310FF7. Grayscale: #CCCCCC. Windows color (decimal): -3215352 or 585934. OLE color: 585934.

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

Color convert

RGB 206 240 8 -
CMYK 0.14 0 0.97 0.06
HSL 68.79º 0.94% 0.49% -
HSV(B) 68.79º 0.97% 0.94% -
XYZ 56.66 75.46 11.81 -
YUV 203.39 17.74 129.86 -
System Red Green Blue C M Y K H S L
Decimal 206 240 8 0.14 0 0.97 0.06 68.79 0.94 0.49
Hex CE F0 8 E 0 61 6 45 5E 31
Octal 316 360 10 16 0 141 6 105 136 61
Binary 11001110 11110000 1000 1110 0 1100001 110 1000101 1011110 110001

Color Harmonies of #CEF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF008

Black with #CEF008

Text Example


Text Example

White with #CEF008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF008; }

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

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

background-color css

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

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

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

border-color css

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

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

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