Html Css Color HEX #CCE206 Electric Lime

📋 copy color: '#CCE206'

red 204 ◦ green 226 ◦ blue 6

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

Shades of Electric Lime #CCE206

Tints of Electric Lime #CCE206

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.83%

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

R = 46.79%
G = 51.83%
B = 1.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#CCE206 (or 0xCCE206) is known color: Electric Lime. HEX triplet: CC, E2 and 06. RGB value is (204,226,6). Sum of RGB (Red+Green+Blue) = 204+226+6=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE206 is #331DF9. Grayscale: #C3C3C3. Windows color (decimal): -3350010 or 451276. OLE color: 451276.

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

Color convert

RGB 204 226 6 -
CMYK 0.10 0 0.97 0.11
HSL 66º 0.95% 0.45% -
HSV(B) 66º 0.97% 0.89% -
XYZ 52.13 67.24 10.4 -
YUV 194.34 21.71 134.89 -
System Red Green Blue C M Y K H S L
Decimal 204 226 6 0.10 0 0.97 0.11 66 0.95 0.45
Hex CC E2 6 A 0 61 B 42 5F 2D
Octal 314 342 6 12 0 141 13 102 137 55
Binary 11001100 11100010 110 1010 0 1100001 1011 1000010 1011111 101101

Color Harmonies of #CCE206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE206

Black with #CCE206

Text Example


Text Example

White with #CCE206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE206; }

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

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

background-color css

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

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

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

border-color css

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

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

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