Html Css Color HEX #CEF614 Electric Lime

📋 copy color: '#CEF614'

red 206 ◦ green 246 ◦ blue 20

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

Shades of Electric Lime #CEF614

Tints of Electric Lime #CEF614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.24%

R = 43.64%
G = 52.12%
B = 4.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#CEF614 (or 0xCEF614) is known color: Electric Lime. HEX triplet: CE, F6 and 14. RGB value is (206,246,20). Sum of RGB (Red+Green+Blue) = 206+246+20=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 246 (96.48% from 255 or 52.12% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF614 is #3109EB. Grayscale: #D1D1D1. Windows color (decimal): -3213804 or 1373902. OLE color: 1373902.

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

Color convert

RGB 206 246 20 -
CMYK 0.16 0 0.92 0.04
HSL 70.62º 0.93% 0.52% -
HSV(B) 70.62º 0.92% 0.96% -
XYZ 58.54 79.08 12.84 -
YUV 208.28 21.75 126.38 -
System Red Green Blue C M Y K H S L
Decimal 206 246 20 0.16 0 0.92 0.04 70.62 0.93 0.52
Hex CE F6 14 10 0 5C 4 47 5D 34
Octal 316 366 24 20 0 134 4 107 135 64
Binary 11001110 11110110 10100 10000 0 1011100 100 1000111 1011101 110100

Color Harmonies of #CEF614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF614

Black with #CEF614

Text Example


Text Example

White with #CEF614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF614; }

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

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

background-color css

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

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

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

border-color css

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

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

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