Html Css Color HEX #CCEC10 Electric Lime

📋 copy color: '#CCEC10'

red 204 ◦ green 236 ◦ blue 16

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

Shades of Electric Lime #CCEC10

Tints of Electric Lime #CCEC10

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.75%

 BLUE value IS 16 (6.64% from 255) = 3.51%

R = 44.74%
G = 51.75%
B = 3.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#CCEC10 (or 0xCCEC10) is known color: Electric Lime. HEX triplet: CC, EC and 10. RGB value is (204,236,16). Sum of RGB (Red+Green+Blue) = 204+236+16=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEC10 is #3313EF. Grayscale: #CACACA. Windows color (decimal): -3347440 or 1109196. OLE color: 1109196.

HSL color Cylindrical-coordinate representation of color #CCEC10: hue angle of 68.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCEC10 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 16 -
CMYK 0.14 0 0.93 0.07
HSL 68.73º 0.87% 0.49% -
HSV(B) 68.73º 0.93% 0.93% -
XYZ 54.99 72.87 11.66 -
YUV 201.35 23.4 129.89 -
System Red Green Blue C M Y K H S L
Decimal 204 236 16 0.14 0 0.93 0.07 68.73 0.87 0.49
Hex CC EC 10 E 0 5D 7 45 57 31
Octal 314 354 20 16 0 135 7 105 127 61
Binary 11001100 11101100 10000 1110 0 1011101 111 1000101 1010111 110001

Color Harmonies of #CCEC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC10

Black with #CCEC10

Text Example


Text Example

White with #CCEC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC10; }

 p { color: rgb(204,236,16); }

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

background-color css

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

 a { background-color: rgb(204,236,16); }

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

border-color css

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

 span { border-color: rgb(204,236,16); }

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