Html Css Color HEX #CCE106 Electric Lime

📋 copy color: '#CCE106'

red 204 ◦ green 225 ◦ blue 6

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

Shades of Electric Lime #CCE106

Tints of Electric Lime #CCE106

RGB

 RED value IS 204 (80.08% from 255) = 46.9%

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

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

R = 46.9%
G = 51.72%
B = 1.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#CCE106 (or 0xCCE106) is known color: Electric Lime. HEX triplet: CC, E1 and 06. RGB value is (204,225,6). Sum of RGB (Red+Green+Blue) = 204+225+6=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE106 is #331EF9. Grayscale: #C2C2C2. Windows color (decimal): -3350266 or 451020. OLE color: 451020.

HSL color Cylindrical-coordinate representation of color #CCE106: hue angle of 65.75º 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 #CCE106 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 6 -
CMYK 0.09 0 0.97 0.12
HSL 65.75º 0.95% 0.45% -
HSV(B) 65.75º 0.97% 0.88% -
XYZ 51.86 66.7 10.31 -
YUV 193.76 22.04 135.31 -
System Red Green Blue C M Y K H S L
Decimal 204 225 6 0.09 0 0.97 0.12 65.75 0.95 0.45
Hex CC E1 6 9 0 61 C 42 5F 2D
Octal 314 341 6 11 0 141 14 102 137 55
Binary 11001100 11100001 110 1001 0 1100001 1100 1000010 1011111 101101

Color Harmonies of #CCE106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE106

Black with #CCE106

Text Example


Text Example

White with #CCE106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE106; }

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

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

background-color css

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

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

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

border-color css

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

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

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