Html Css Color HEX #CEFF0E Electric Lime

📋 copy color: '#CEFF0E'

red 206 ◦ green 255 ◦ blue 14

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

Shades of Electric Lime #CEFF0E

Tints of Electric Lime #CEFF0E

RGB

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

 GREEN value IS 255 (100% from 255) = 53.68%

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

R = 43.37%
G = 53.68%
B = 2.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#CEFF0E (or 0xCEFF0E) is known color: Electric Lime. HEX triplet: CE, FF and 0E. RGB value is (206,255,14). Sum of RGB (Red+Green+Blue) = 206+255+14=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 14 (5.86% from 255 or 2.95% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF0E is #3100F1. Grayscale: #D5D5D5. Windows color (decimal): -3211506 or 982990. OLE color: 982990.

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

Color convert

RGB 206 255 14 -
CMYK 0.19 0 0.95 0
HSL 72.2º 1% 0.53% -
HSV(B) 72.2º 0.95% 1% -
XYZ 61.29 84.67 13.53 -
YUV 212.88 15.77 123.1 -
System Red Green Blue C M Y K H S L
Decimal 206 255 14 0.19 0 0.95 0 72.2 1 0.53
Hex CE FF E 13 0 5F 0 48 64 35
Octal 316 377 16 23 0 137 0 110 144 65
Binary 11001110 11111111 1110 10011 0 1011111 0 1001000 1100100 110101

Color Harmonies of #CEFF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF0E

Black with #CEFF0E

Text Example


Text Example

White with #CEFF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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