Html Css Color HEX #CEF001 Electric Lime

📋 copy color: '#CEF001'

red 206 ◦ green 240 ◦ blue 1

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

Shades of Electric Lime #CEF001

Tints of Electric Lime #CEF001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 46.09%
G = 53.69%
B = 0.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#CEF001 (or 0xCEF001) is known color: Electric Lime. HEX triplet: CE, F0 and 01. RGB value is (206,240,1). Sum of RGB (Red+Green+Blue) = 206+240+1=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF001 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF001 is #310FFE. Grayscale: #CBCBCB. Windows color (decimal): -3215359 or 127182. OLE color: 127182.

HSL color Cylindrical-coordinate representation of color #CEF001: hue angle of 68.54º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEF001 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 1 -
CMYK 0.14 0 1.00 0.06
HSL 68.54º 0.99% 0.47% -
HSV(B) 68.54º 1% 0.94% -
XYZ 56.62 75.44 11.61 -
YUV 202.59 14.24 130.43 -
System Red Green Blue C M Y K H S L
Decimal 206 240 1 0.14 0 1.00 0.06 68.54 0.99 0.47
Hex CE F0 1 E 0 64 6 45 63 2F
Octal 316 360 1 16 0 144 6 105 143 57
Binary 11001110 11110000 1 1110 0 1100100 110 1000101 1100011 101111

Color Harmonies of #CEF001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF001

Black with #CEF001

Text Example


Text Example

White with #CEF001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF001; }

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

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

background-color css

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

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

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

border-color css

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

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

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