Html Css Color HEX #CEFE01 Electric Lime

📋 copy color: '#CEFE01'

red 206 ◦ green 254 ◦ blue 1

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

Shades of Electric Lime #CEFE01

Tints of Electric Lime #CEFE01

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.1%

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

R = 44.69%
G = 55.1%
B = 0.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#CEFE01 (or 0xCEFE01) is known color: Electric Lime. HEX triplet: CE, FE and 01. RGB value is (206,254,1). Sum of RGB (Red+Green+Blue) = 206+254+1=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 1 (0.78% from 255 or 0.22% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFE01 is #3101FE. Grayscale: #D3D3D3. Windows color (decimal): -3211775 or 130766. OLE color: 130766.

HSL color Cylindrical-coordinate representation of color #CEFE01: hue angle of 71.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEFE01 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 254 1 -
CMYK 0.19 0 1.00 0.00
HSL 71.38º 0.99% 0.5% -
HSV(B) 71.38º 1% 1% -
XYZ 60.9 84.01 13.03 -
YUV 210.81 9.6 124.57 -
System Red Green Blue C M Y K H S L
Decimal 206 254 1 0.19 0 1.00 0.00 71.38 0.99 0.5
Hex CE FE 1 13 0 64 0 47 63 32
Octal 316 376 1 23 0 144 0 107 143 62
Binary 11001110 11111110 1 10011 0 1100100 0 1000111 1100011 110010

Color Harmonies of #CEFE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFE01

Black with #CEFE01

Text Example


Text Example

White with #CEFE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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