Html Css Color HEX #CCE900 Electric Lime

📋 copy color: '#CCE900'

red 204 ◦ green 233 ◦ blue 0

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

Shades of Electric Lime #CCE900

Tints of Electric Lime #CCE900

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.32%

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

R = 46.68%
G = 53.32%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#CCE900 (or 0xCCE900) is known color: Electric Lime. HEX triplet: CC, E9 and 00. RGB value is (204,233,0). Sum of RGB (Red+Green+Blue) = 204+233+0=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 233 (91.41% from 255 or 53.32% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE900 is #3316FF. Grayscale: #C6C6C6. Windows color (decimal): -3348224 or 59852. OLE color: 59852.

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

Color convert

RGB 204 233 0 -
CMYK 0.12 0 1 0.09
HSL 67.47º 1% 0.46% -
HSV(B) 67.47º 1% 0.91% -
XYZ 54.04 71.12 10.88 -
YUV 197.77 16.39 132.45 -
System Red Green Blue C M Y K H S L
Decimal 204 233 0 0.12 0 1 0.09 67.47 1 0.46
Hex CC E9 0 C 0 64 9 43 64 2E
Octal 314 351 0 14 0 144 11 103 144 56
Binary 11001100 11101001 0 1100 0 1100100 1001 1000011 1100100 101110

Color Harmonies of #CCE900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE900

Black with #CCE900

Text Example


Text Example

White with #CCE900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE900; }

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

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

background-color css

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

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

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

border-color css

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

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

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