Html Css Color HEX #CEF404 Electric Lime

📋 copy color: '#CEF404'

red 206 ◦ green 244 ◦ blue 4

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

Shades of Electric Lime #CEF404

Tints of Electric Lime #CEF404

RGB

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

 GREEN value IS 244 (95.7% from 255) = 53.74%

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 45.37%
G = 53.74%
B = 0.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#CEF404 (or 0xCEF404) is known color: Electric Lime. HEX triplet: CE, F4 and 04. RGB value is (206,244,4). Sum of RGB (Red+Green+Blue) = 206+244+4=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 244 (95.70% from 255 or 53.74% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF404 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF404 is #310BFB. Grayscale: #CECECE. Windows color (decimal): -3214332 or 324814. OLE color: 324814.

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

Color convert

RGB 206 244 4 -
CMYK 0.16 0 0.98 0.04
HSL 69.5º 0.97% 0.49% -
HSV(B) 69.5º 0.98% 0.96% -
XYZ 57.83 77.83 12.09 -
YUV 205.28 14.41 128.51 -
System Red Green Blue C M Y K H S L
Decimal 206 244 4 0.16 0 0.98 0.04 69.5 0.97 0.49
Hex CE F4 4 10 0 62 4 46 61 31
Octal 316 364 4 20 0 142 4 106 141 61
Binary 11001110 11110100 100 10000 0 1100010 100 1000110 1100001 110001

Color Harmonies of #CEF404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF404

Black with #CEF404

Text Example


Text Example

White with #CEF404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF404; }

 p { color: rgb(206,244,4); }

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

background-color css

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

 a { background-color: rgb(206,244,4); }

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

border-color css

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

 span { border-color: rgb(206,244,4); }

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