Html Css Color HEX #CCE000 Electric Lime

📋 copy color: '#CCE000'

red 204 ◦ green 224 ◦ blue 0

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

Shades of Electric Lime #CCE000

Tints of Electric Lime #CCE000

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.34%

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

R = 47.66%
G = 52.34%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#CCE000 (or 0xCCE000) is known color: Electric Lime. HEX triplet: CC, E0 and 00. RGB value is (204,224,0). Sum of RGB (Red+Green+Blue) = 204+224+0=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE000 is #331FFF. Grayscale: #C1C1C1. Windows color (decimal): -3350528 or 57548. OLE color: 57548.

HSL color Cylindrical-coordinate representation of color #CCE000: hue angle of 65.36º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCE000 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 0 -
CMYK 0.09 0 1 0.12
HSL 65.36º 1% 0.44% -
HSV(B) 65.36º 1% 0.88% -
XYZ 51.56 66.15 10.05 -
YUV 192.48 19.37 136.21 -
System Red Green Blue C M Y K H S L
Decimal 204 224 0 0.09 0 1 0.12 65.36 1 0.44
Hex CC E0 0 9 0 64 C 41 64 2C
Octal 314 340 0 11 0 144 14 101 144 54
Binary 11001100 11100000 0 1001 0 1100100 1100 1000001 1100100 101100

Color Harmonies of #CCE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE000

Black with #CCE000

Text Example


Text Example

White with #CCE000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE000; }

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

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

background-color css

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

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

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

border-color css

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

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

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