Html Css Color HEX #CEFD10 Electric Lime

📋 copy color: '#CEFD10'

red 206 ◦ green 253 ◦ blue 16

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

Shades of Electric Lime #CEFD10

Tints of Electric Lime #CEFD10

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.26%

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

R = 43.37%
G = 53.26%
B = 3.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#CEFD10 (or 0xCEFD10) is known color: Electric Lime. HEX triplet: CE, FD and 10. RGB value is (206,253,16). Sum of RGB (Red+Green+Blue) = 206+253+16=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 16 (6.64% from 255 or 3.37% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFD10 is #3102EF. Grayscale: #D4D4D4. Windows color (decimal): -3212016 or 1113550. OLE color: 1113550.

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

Color convert

RGB 206 253 16 -
CMYK 0.19 0 0.94 0.01
HSL 71.9º 0.98% 0.53% -
HSV(B) 71.9º 0.94% 0.99% -
XYZ 60.67 83.41 13.39 -
YUV 211.93 17.43 123.77 -
System Red Green Blue C M Y K H S L
Decimal 206 253 16 0.19 0 0.94 0.01 71.9 0.98 0.53
Hex CE FD 10 13 0 5E 1 48 62 35
Octal 316 375 20 23 0 136 1 110 142 65
Binary 11001110 11111101 10000 10011 0 1011110 1 1001000 1100010 110101

Color Harmonies of #CEFD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD10

Black with #CEFD10

Text Example


Text Example

White with #CEFD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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