Html Css Color HEX #CEFF01 Electric Lime

📋 copy color: '#CEFF01'

red 206 ◦ green 255 ◦ blue 1

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

Shades of Electric Lime #CEFF01

Tints of Electric Lime #CEFF01

RGB

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

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

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

R = 44.59%
G = 55.19%
B = 0.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#CEFF01 (or 0xCEFF01) is known color: Electric Lime. HEX triplet: CE, FF and 01. RGB value is (206,255,1). Sum of RGB (Red+Green+Blue) = 206+255+1=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF01 is #3100FE. Grayscale: #D4D4D4. Windows color (decimal): -3211519 or 131022. OLE color: 131022.

HSL color Cylindrical-coordinate representation of color #CEFF01: hue angle of 71.57º 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 #CEFF01 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 206 255 1 -
CMYK 0.19 0 1.00 0
HSL 71.57º 1% 0.5% -
HSV(B) 71.57º 1% 1% -
XYZ 61.22 84.64 13.14 -
YUV 211.39 9.27 124.15 -
System Red Green Blue C M Y K H S L
Decimal 206 255 1 0.19 0 1.00 0 71.57 1 0.5
Hex CE FF 1 13 0 64 0 48 64 32
Octal 316 377 1 23 0 144 0 110 144 62
Binary 11001110 11111111 1 10011 0 1100100 0 1001000 1100100 110010

Color Harmonies of #CEFF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF01

Black with #CEFF01

Text Example


Text Example

White with #CEFF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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