Html Css Color HEX #CEFF06 Electric Lime

📋 copy color: '#CEFF06'

red 206 ◦ green 255 ◦ blue 6

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

Shades of Electric Lime #CEFF06

Tints of Electric Lime #CEFF06

RGB

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

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

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

R = 44.11%
G = 54.6%
B = 1.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#CEFF06 (or 0xCEFF06) is known color: Electric Lime. HEX triplet: CE, FF and 06. RGB value is (206,255,6). Sum of RGB (Red+Green+Blue) = 206+255+6=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 6 (2.73% from 255 or 1.28% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF06 is #3100F9. Grayscale: #D4D4D4. Windows color (decimal): -3211514 or 458702. OLE color: 458702.

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

Color convert

RGB 206 255 6 -
CMYK 0.19 0 0.98 0
HSL 71.81º 1% 0.51% -
HSV(B) 71.81º 0.98% 1% -
XYZ 61.25 84.65 13.28 -
YUV 211.96 11.77 123.75 -
System Red Green Blue C M Y K H S L
Decimal 206 255 6 0.19 0 0.98 0 71.81 1 0.51
Hex CE FF 6 13 0 62 0 48 64 33
Octal 316 377 6 23 0 142 0 110 144 63
Binary 11001110 11111111 110 10011 0 1100010 0 1001000 1100100 110011

Color Harmonies of #CEFF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF06

Black with #CEFF06

Text Example


Text Example

White with #CEFF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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