Html Css Color HEX #CCEC0F Electric Lime

📋 copy color: '#CCEC0F'

red 204 ◦ green 236 ◦ blue 15

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

Shades of Electric Lime #CCEC0F

Tints of Electric Lime #CCEC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.3%

R = 44.84%
G = 51.87%
B = 3.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#CCEC0F (or 0xCCEC0F) is known color: Electric Lime. HEX triplet: CC, EC and 0F. RGB value is (204,236,15). Sum of RGB (Red+Green+Blue) = 204+236+15=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEC0F is #3313F0. Grayscale: #CACACA. Windows color (decimal): -3347441 or 1043660. OLE color: 1043660.

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

Color convert

RGB 204 236 15 -
CMYK 0.14 0 0.94 0.07
HSL 68.69º 0.88% 0.49% -
HSV(B) 68.69º 0.94% 0.93% -
XYZ 54.98 72.86 11.62 -
YUV 201.24 22.9 129.97 -
System Red Green Blue C M Y K H S L
Decimal 204 236 15 0.14 0 0.94 0.07 68.69 0.88 0.49
Hex CC EC F E 0 5E 7 45 58 31
Octal 314 354 17 16 0 136 7 105 130 61
Binary 11001100 11101100 1111 1110 0 1011110 111 1000101 1011000 110001

Color Harmonies of #CCEC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC0F

Black with #CCEC0F

Text Example


Text Example

White with #CCEC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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