Html Css Color HEX #CEFF00 Electric Lime

📋 copy color: '#CEFF00'

red 206 ◦ green 255 ◦ blue 0

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

Shades of Electric Lime #CEFF00

Tints of Electric Lime #CEFF00

RGB

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

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

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

R = 44.69%
G = 55.31%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#CEFF00 (or 0xCEFF00) is known color: Electric Lime. HEX triplet: CE, FF and 00. RGB value is (206,255,0). Sum of RGB (Red+Green+Blue) = 206+255+0=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF00 is #3100FF. Grayscale: #D4D4D4. Windows color (decimal): -3211520 or 65486. OLE color: 65486.

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

Color convert

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

Color Harmonies of #CEFF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF00

Black with #CEFF00

Text Example


Text Example

White with #CEFF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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