Html Css Color HEX #CCEC16 Electric Lime

📋 copy color: '#CCEC16'

red 204 ◦ green 236 ◦ blue 22

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

Shades of Electric Lime #CCEC16

Tints of Electric Lime #CCEC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.76%

R = 44.16%
G = 51.08%
B = 4.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#CCEC16 (or 0xCCEC16) is known color: Electric Lime. HEX triplet: CC, EC and 16. RGB value is (204,236,22). Sum of RGB (Red+Green+Blue) = 204+236+22=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEC16 is #3313E9. Grayscale: #CACACA. Windows color (decimal): -3347434 or 1502412. OLE color: 1502412.

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

Color convert

RGB 204 236 22 -
CMYK 0.14 0 0.91 0.07
HSL 68.97º 0.85% 0.51% -
HSV(B) 68.97º 0.91% 0.93% -
XYZ 55.04 72.89 11.93 -
YUV 202.04 26.4 129.4 -
System Red Green Blue C M Y K H S L
Decimal 204 236 22 0.14 0 0.91 0.07 68.97 0.85 0.51
Hex CC EC 16 E 0 5B 7 45 55 33
Octal 314 354 26 16 0 133 7 105 125 63
Binary 11001100 11101100 10110 1110 0 1011011 111 1000101 1010101 110011

Color Harmonies of #CCEC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC16

Black with #CCEC16

Text Example


Text Example

White with #CCEC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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