Html Css Color HEX #CCEB10 Electric Lime

📋 copy color: '#CCEB10'

red 204 ◦ green 235 ◦ blue 16

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

Shades of Electric Lime #CCEB10

Tints of Electric Lime #CCEB10

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.65%

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

R = 44.84%
G = 51.65%
B = 3.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#CCEB10 (or 0xCCEB10) is known color: Electric Lime. HEX triplet: CC, EB and 10. RGB value is (204,235,16). Sum of RGB (Red+Green+Blue) = 204+235+16=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEB10 is #3314EF. Grayscale: #C9C9C9. Windows color (decimal): -3347696 or 1108940. OLE color: 1108940.

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

Color convert

RGB 204 235 16 -
CMYK 0.13 0 0.93 0.08
HSL 68.49º 0.87% 0.49% -
HSV(B) 68.49º 0.93% 0.92% -
XYZ 54.7 72.29 11.56 -
YUV 200.77 23.73 130.31 -
System Red Green Blue C M Y K H S L
Decimal 204 235 16 0.13 0 0.93 0.08 68.49 0.87 0.49
Hex CC EB 10 D 0 5D 8 44 57 31
Octal 314 353 20 15 0 135 10 104 127 61
Binary 11001100 11101011 10000 1101 0 1011101 1000 1000100 1010111 110001

Color Harmonies of #CCEB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB10

Black with #CCEB10

Text Example


Text Example

White with #CCEB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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