Html Css Color HEX #CEFE00 Electric Lime

📋 copy color: '#CEFE00'

red 206 ◦ green 254 ◦ blue 0

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

Shades of Electric Lime #CEFE00

Tints of Electric Lime #CEFE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.78%
G = 55.22%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#CEFE00 (or 0xCEFE00) is known color: Electric Lime. HEX triplet: CE, FE and 00. RGB value is (206,254,0). Sum of RGB (Red+Green+Blue) = 206+254+0=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 254 (99.61% from 255 or 55.22% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFE00 is #3101FF. Grayscale: #D3D3D3. Windows color (decimal): -3211776 or 65230. OLE color: 65230.

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

Color convert

RGB 206 254 0 -
CMYK 0.19 0 1 0.00
HSL 71.34º 1% 0.5% -
HSV(B) 71.34º 1% 1% -
XYZ 60.9 84.01 13.01 -
YUV 210.69 9.1 124.65 -
System Red Green Blue C M Y K H S L
Decimal 206 254 0 0.19 0 1 0.00 71.34 1 0.5
Hex CE FE 0 13 0 64 0 47 64 32
Octal 316 376 0 23 0 144 0 107 144 62
Binary 11001110 11111110 0 10011 0 1100100 0 1000111 1100100 110010

Color Harmonies of #CEFE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFE00

Black with #CEFE00

Text Example


Text Example

White with #CEFE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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