Html Css Color HEX #CEF61C Electric Lime

📋 copy color: '#CEF61C'

red 206 ◦ green 246 ◦ blue 28

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

Shades of Electric Lime #CEF61C

Tints of Electric Lime #CEF61C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.25%

 BLUE value IS 28 (11.33% from 255) = 5.83%

R = 42.92%
G = 51.25%
B = 5.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#CEF61C (or 0xCEF61C) is known color: Electric Lime. HEX triplet: CE, F6 and 1C. RGB value is (206,246,28). Sum of RGB (Red+Green+Blue) = 206+246+28=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 28 (11.33% from 255 or 5.83% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF61C is #3109E3. Grayscale: #D2D2D2. Windows color (decimal): -3213796 or 1898190. OLE color: 1898190.

HSL color Cylindrical-coordinate representation of color #CEF61C: hue angle of 71.01º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEF61C is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 28 -
CMYK 0.16 0 0.89 0.04
HSL 71.01º 0.92% 0.54% -
HSV(B) 71.01º 0.89% 0.96% -
XYZ 58.62 79.12 13.28 -
YUV 209.19 25.75 125.73 -
System Red Green Blue C M Y K H S L
Decimal 206 246 28 0.16 0 0.89 0.04 71.01 0.92 0.54
Hex CE F6 1C 10 0 59 4 47 5C 36
Octal 316 366 34 20 0 131 4 107 134 66
Binary 11001110 11110110 11100 10000 0 1011001 100 1000111 1011100 110110

Color Harmonies of #CEF61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF61C

Black with #CEF61C

Text Example


Text Example

White with #CEF61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF61C; }

 p { color: rgb(206,246,28); }

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

background-color css

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

 a { background-color: rgb(206,246,28); }

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

border-color css

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

 span { border-color: rgb(206,246,28); }

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