Html Css Color HEX #CEFF0B Electric Lime

📋 copy color: '#CEFF0B'

red 206 ◦ green 255 ◦ blue 11

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

Shades of Electric Lime #CEFF0B

Tints of Electric Lime #CEFF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.33%

R = 43.64%
G = 54.03%
B = 2.33%

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

#CEFF0B (or 0xCEFF0B) is known color: Electric Lime. HEX triplet: CE, FF and 0B. RGB value is (206,255,11). Sum of RGB (Red+Green+Blue) = 206+255+11=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 11 (4.69% from 255 or 2.33% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF0B is #3100F4. Grayscale: #D5D5D5. Windows color (decimal): -3211509 or 786382. OLE color: 786382.

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

Color convert

RGB 206 255 11 -
CMYK 0.19 0 0.96 0
HSL 72.05º 1% 0.52% -
HSV(B) 72.05º 0.96% 1% -
XYZ 61.27 84.67 13.43 -
YUV 212.53 14.27 123.34 -
System Red Green Blue C M Y K H S L
Decimal 206 255 11 0.19 0 0.96 0 72.05 1 0.52
Hex CE FF B 13 0 60 0 48 64 34
Octal 316 377 13 23 0 140 0 110 144 64
Binary 11001110 11111111 1011 10011 0 1100000 0 1001000 1100100 110100

Color Harmonies of #CEFF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF0B

Black with #CEFF0B

Text Example


Text Example

White with #CEFF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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