Html Css Color HEX #CEFE0E Electric Lime

📋 copy color: '#CEFE0E'

red 206 ◦ green 254 ◦ blue 14

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

Shades of Electric Lime #CEFE0E

Tints of Electric Lime #CEFE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.95%

R = 43.46%
G = 53.59%
B = 2.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#CEFE0E (or 0xCEFE0E) is known color: Electric Lime. HEX triplet: CE, FE and 0E. RGB value is (206,254,14). Sum of RGB (Red+Green+Blue) = 206+254+14=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFE0E is #3101F1. Grayscale: #D5D5D5. Windows color (decimal): -3211762 or 982734. OLE color: 982734.

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

Color convert

RGB 206 254 14 -
CMYK 0.19 0 0.94 0.00
HSL 72º 0.99% 0.53% -
HSV(B) 72º 0.94% 1% -
XYZ 60.97 84.04 13.42 -
YUV 212.29 16.1 123.51 -
System Red Green Blue C M Y K H S L
Decimal 206 254 14 0.19 0 0.94 0.00 72 0.99 0.53
Hex CE FE E 13 0 5E 0 48 63 35
Octal 316 376 16 23 0 136 0 110 143 65
Binary 11001110 11111110 1110 10011 0 1011110 0 1001000 1100011 110101

Color Harmonies of #CEFE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFE0E

Black with #CEFE0E

Text Example


Text Example

White with #CEFE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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