Html Css Color HEX #CEFC06 Electric Lime

📋 copy color: '#CEFC06'

red 206 ◦ green 252 ◦ blue 6

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

Shades of Electric Lime #CEFC06

Tints of Electric Lime #CEFC06

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.31%

 BLUE value IS 6 (2.73% from 255) = 1.29%

R = 44.4%
G = 54.31%
B = 1.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#CEFC06 (or 0xCEFC06) is known color: Electric Lime. HEX triplet: CE, FC and 06. RGB value is (206,252,6). Sum of RGB (Red+Green+Blue) = 206+252+6=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 6 (2.73% from 255 or 1.29% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFC06 is #3103F9. Grayscale: #D3D3D3. Windows color (decimal): -3212282 or 457934. OLE color: 457934.

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

Color convert

RGB 206 252 6 -
CMYK 0.18 0 0.98 0.01
HSL 71.22º 0.98% 0.51% -
HSV(B) 71.22º 0.98% 0.99% -
XYZ 60.3 82.76 12.97 -
YUV 210.2 12.76 125 -
System Red Green Blue C M Y K H S L
Decimal 206 252 6 0.18 0 0.98 0.01 71.22 0.98 0.51
Hex CE FC 6 12 0 62 1 47 62 33
Octal 316 374 6 22 0 142 1 107 142 63
Binary 11001110 11111100 110 10010 0 1100010 1 1000111 1100010 110011

Color Harmonies of #CEFC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFC06

Black with #CEFC06

Text Example


Text Example

White with #CEFC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFC06; }

 p { color: rgb(206,252,6); }

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

background-color css

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

 a { background-color: rgb(206,252,6); }

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

border-color css

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

 span { border-color: rgb(206,252,6); }

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