Html Css Color HEX #CCE500 Electric Lime

📋 copy color: '#CCE500'

red 204 ◦ green 229 ◦ blue 0

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

Shades of Electric Lime #CCE500

Tints of Electric Lime #CCE500

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.11%
G = 52.89%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#CCE500 (or 0xCCE500) is known color: Electric Lime. HEX triplet: CC, E5 and 00. RGB value is (204,229,0). Sum of RGB (Red+Green+Blue) = 204+229+0=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE500 is #331AFF. Grayscale: #C4C4C4. Windows color (decimal): -3349248 or 58828. OLE color: 58828.

HSL color Cylindrical-coordinate representation of color #CCE500: hue angle of 66.55º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCE500 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 0 -
CMYK 0.11 0 1 0.10
HSL 66.55º 1% 0.45% -
HSV(B) 66.55º 1% 0.9% -
XYZ 52.92 68.88 10.51 -
YUV 195.42 17.72 134.12 -
System Red Green Blue C M Y K H S L
Decimal 204 229 0 0.11 0 1 0.10 66.55 1 0.45
Hex CC E5 0 B 0 64 A 43 64 2D
Octal 314 345 0 13 0 144 12 103 144 55
Binary 11001100 11100101 0 1011 0 1100100 1010 1000011 1100100 101101

Color Harmonies of #CCE500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE500

Black with #CCE500

Text Example


Text Example

White with #CCE500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE500; }

 p { color: rgb(204,229,0); }

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

background-color css

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

 a { background-color: rgb(204,229,0); }

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

border-color css

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

 span { border-color: rgb(204,229,0); }

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