Html Css Color HEX #CEFF10 Electric Lime

📋 copy color: '#CEFF10'

red 206 ◦ green 255 ◦ blue 16

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

Shades of Electric Lime #CEFF10

Tints of Electric Lime #CEFF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.35%

R = 43.19%
G = 53.46%
B = 3.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#CEFF10 (or 0xCEFF10) is known color: Electric Lime. HEX triplet: CE, FF and 10. RGB value is (206,255,16). Sum of RGB (Red+Green+Blue) = 206+255+16=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 16 (6.64% from 255 or 3.35% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF10 is #3100EF. Grayscale: #D6D6D6. Windows color (decimal): -3211504 or 1114062. OLE color: 1114062.

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

Color convert

RGB 206 255 16 -
CMYK 0.19 0 0.94 0
HSL 72.3º 1% 0.53% -
HSV(B) 72.3º 0.94% 1% -
XYZ 61.31 84.68 13.6 -
YUV 213.1 16.77 122.93 -
System Red Green Blue C M Y K H S L
Decimal 206 255 16 0.19 0 0.94 0 72.3 1 0.53
Hex CE FF 10 13 0 5E 0 48 64 35
Octal 316 377 20 23 0 136 0 110 144 65
Binary 11001110 11111111 10000 10011 0 1011110 0 1001000 1100100 110101

Color Harmonies of #CEFF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF10

Black with #CEFF10

Text Example


Text Example

White with #CEFF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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