Html Css Color HEX #CEE106 Electric Lime

📋 copy color: '#CEE106'

red 206 ◦ green 225 ◦ blue 6

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

Shades of Electric Lime #CEE106

Tints of Electric Lime #CEE106

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.49%

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

R = 47.14%
G = 51.49%
B = 1.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#CEE106 (or 0xCEE106) is known color: Electric Lime. HEX triplet: CE, E1 and 06. RGB value is (206,225,6). Sum of RGB (Red+Green+Blue) = 206+225+6=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE106 is #311EF9. Grayscale: #C3C3C3. Windows color (decimal): -3219194 or 451022. OLE color: 451022.

HSL color Cylindrical-coordinate representation of color #CEE106: hue angle of 65.21º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEE106 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 6 -
CMYK 0.08 0 0.97 0.12
HSL 65.21º 0.95% 0.45% -
HSV(B) 65.21º 0.97% 0.88% -
XYZ 52.41 66.99 10.34 -
YUV 194.35 21.71 136.31 -
System Red Green Blue C M Y K H S L
Decimal 206 225 6 0.08 0 0.97 0.12 65.21 0.95 0.45
Hex CE E1 6 8 0 61 C 41 5F 2D
Octal 316 341 6 10 0 141 14 101 137 55
Binary 11001110 11100001 110 1000 0 1100001 1100 1000001 1011111 101101

Color Harmonies of #CEE106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE106

Black with #CEE106

Text Example


Text Example

White with #CEE106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE106; }

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

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

background-color css

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

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

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

border-color css

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

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

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