Html Css Color HEX #CEFF0A Electric Lime

📋 copy color: '#CEFF0A'

red 206 ◦ green 255 ◦ blue 10

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

Shades of Electric Lime #CEFF0A

Tints of Electric Lime #CEFF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.12%

R = 43.74%
G = 54.14%
B = 2.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#CEFF0A (or 0xCEFF0A) is known color: Electric Lime. HEX triplet: CE, FF and 0A. RGB value is (206,255,10). Sum of RGB (Red+Green+Blue) = 206+255+10=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 10 (4.30% from 255 or 2.12% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF0A is #3100F5. Grayscale: #D5D5D5. Windows color (decimal): -3211510 or 720846. OLE color: 720846.

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

Color convert

RGB 206 255 10 -
CMYK 0.19 0 0.96 0
HSL 72º 1% 0.52% -
HSV(B) 72º 0.96% 1% -
XYZ 61.27 84.66 13.4 -
YUV 212.42 13.77 123.42 -
System Red Green Blue C M Y K H S L
Decimal 206 255 10 0.19 0 0.96 0 72 1 0.52
Hex CE FF A 13 0 60 0 48 64 34
Octal 316 377 12 23 0 140 0 110 144 64
Binary 11001110 11111111 1010 10011 0 1100000 0 1001000 1100100 110100

Color Harmonies of #CEFF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF0A

Black with #CEFF0A

Text Example


Text Example

White with #CEFF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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