Html Css Color HEX #CCEC13 Electric Lime

📋 copy color: '#CCEC13'

red 204 ◦ green 236 ◦ blue 19

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

Shades of Electric Lime #CCEC13

Tints of Electric Lime #CCEC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.14%

R = 44.44%
G = 51.42%
B = 4.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#CCEC13 (or 0xCCEC13) is known color: Electric Lime. HEX triplet: CC, EC and 13. RGB value is (204,236,19). Sum of RGB (Red+Green+Blue) = 204+236+19=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 19 (7.81% from 255 or 4.14% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEC13 is #3313EC. Grayscale: #CACACA. Windows color (decimal): -3347437 or 1305804. OLE color: 1305804.

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

Color convert

RGB 204 236 19 -
CMYK 0.14 0 0.92 0.07
HSL 68.85º 0.85% 0.5% -
HSV(B) 68.85º 0.92% 0.93% -
XYZ 55.01 72.88 11.78 -
YUV 201.69 24.9 129.64 -
System Red Green Blue C M Y K H S L
Decimal 204 236 19 0.14 0 0.92 0.07 68.85 0.85 0.5
Hex CC EC 13 E 0 5C 7 45 55 32
Octal 314 354 23 16 0 134 7 105 125 62
Binary 11001100 11101100 10011 1110 0 1011100 111 1000101 1010101 110010

Color Harmonies of #CCEC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC13

Black with #CCEC13

Text Example


Text Example

White with #CCEC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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