Html Css Color HEX #CEF50E Electric Lime

📋 copy color: '#CEF50E'

red 206 ◦ green 245 ◦ blue 14

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

Shades of Electric Lime #CEF50E

Tints of Electric Lime #CEF50E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.69%

 BLUE value IS 14 (5.86% from 255) = 3.01%

R = 44.3%
G = 52.69%
B = 3.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#CEF50E (or 0xCEF50E) is known color: Electric Lime. HEX triplet: CE, F5 and 0E. RGB value is (206,245,14). Sum of RGB (Red+Green+Blue) = 206+245+14=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF50E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF50E is #310AF1. Grayscale: #CFCFCF. Windows color (decimal): -3214066 or 980430. OLE color: 980430.

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

Color convert

RGB 206 245 14 -
CMYK 0.16 0 0.94 0.04
HSL 70.13º 0.92% 0.51% -
HSV(B) 70.13º 0.94% 0.96% -
XYZ 58.19 78.46 12.49 -
YUV 207.01 19.08 127.28 -
System Red Green Blue C M Y K H S L
Decimal 206 245 14 0.16 0 0.94 0.04 70.13 0.92 0.51
Hex CE F5 E 10 0 5E 4 46 5C 33
Octal 316 365 16 20 0 136 4 106 134 63
Binary 11001110 11110101 1110 10000 0 1011110 100 1000110 1011100 110011

Color Harmonies of #CEF50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF50E

Black with #CEF50E

Text Example


Text Example

White with #CEF50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF50E; }

 p { color: rgb(206,245,14); }

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

background-color css

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

 a { background-color: rgb(206,245,14); }

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

border-color css

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

 span { border-color: rgb(206,245,14); }

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