Html Css Color HEX #CEF014 Electric Lime

📋 copy color: '#CEF014'

red 206 ◦ green 240 ◦ blue 20

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

Shades of Electric Lime #CEF014

Tints of Electric Lime #CEF014

RGB

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

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

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

R = 44.21%
G = 51.5%
B = 4.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#CEF014 (or 0xCEF014) is known color: Electric Lime. HEX triplet: CE, F0 and 14. RGB value is (206,240,20). Sum of RGB (Red+Green+Blue) = 206+240+20=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF014 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF014 is #310FEB. Grayscale: #CDCDCD. Windows color (decimal): -3215340 or 1372366. OLE color: 1372366.

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

Color convert

RGB 206 240 20 -
CMYK 0.14 0 0.92 0.06
HSL 69.27º 0.88% 0.51% -
HSV(B) 69.27º 0.92% 0.94% -
XYZ 56.74 75.49 12.24 -
YUV 204.75 23.74 128.89 -
System Red Green Blue C M Y K H S L
Decimal 206 240 20 0.14 0 0.92 0.06 69.27 0.88 0.51
Hex CE F0 14 E 0 5C 6 45 58 33
Octal 316 360 24 16 0 134 6 105 130 63
Binary 11001110 11110000 10100 1110 0 1011100 110 1000101 1011000 110011

Color Harmonies of #CEF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF014

Black with #CEF014

Text Example


Text Example

White with #CEF014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF014; }

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

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

background-color css

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

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

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

border-color css

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

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

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