Html Css Color HEX #CEFF12 Electric Lime

📋 copy color: '#CEFF12'

red 206 ◦ green 255 ◦ blue 18

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

Shades of Electric Lime #CEFF12

Tints of Electric Lime #CEFF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.76%

R = 43.01%
G = 53.24%
B = 3.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#CEFF12 (or 0xCEFF12) is known color: Electric Lime. HEX triplet: CE, FF and 12. RGB value is (206,255,18). Sum of RGB (Red+Green+Blue) = 206+255+18=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 18 (7.42% from 255 or 3.76% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF12 is #3100ED. Grayscale: #D6D6D6. Windows color (decimal): -3211502 or 1245134. OLE color: 1245134.

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

Color convert

RGB 206 255 18 -
CMYK 0.19 0 0.93 0
HSL 72.41º 1% 0.54% -
HSV(B) 72.41º 0.93% 1% -
XYZ 61.32 84.69 13.69 -
YUV 213.33 17.77 122.77 -
System Red Green Blue C M Y K H S L
Decimal 206 255 18 0.19 0 0.93 0 72.41 1 0.54
Hex CE FF 12 13 0 5D 0 48 64 36
Octal 316 377 22 23 0 135 0 110 144 66
Binary 11001110 11111111 10010 10011 0 1011101 0 1001000 1100100 110110

Color Harmonies of #CEFF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF12

Black with #CEFF12

Text Example


Text Example

White with #CEFF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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