Html Css Color HEX #CCFF00 Electric Lime

📋 copy color: '#CCFF00'

red 204 ◦ green 255 ◦ blue 0

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

Shades of Electric Lime #CCFF00

Tints of Electric Lime #CCFF00

RGB

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

 GREEN value IS 255 (100% from 255) = 55.56%

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

R = 44.44%
G = 55.56%
B = 0%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#CCFF00 (or 0xCCFF00) is known color: Electric Lime. HEX triplet: CC, FF and 00. RGB value is (204,255,0). Sum of RGB (Red+Green+Blue) = 204+255+0=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF00 is a web safe color. Inversed color of #CCFF00 is #3300FF. Grayscale: #D3D3D3. Windows color (decimal): -3342592 or 65484. OLE color: 65484.

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

Color convert

RGB 204 255 0 -
CMYK 0.2 0 1 0
HSL 72º 1% 0.5% -
HSV(B) 72º 1% 1% -
XYZ 60.66 84.36 13.09 -
YUV 210.68 9.1 123.23 -
System Red Green Blue C M Y K H S L
Decimal 204 255 0 0.2 0 1 0 72 1 0.5
Hex CC FF 0 14 0 64 0 48 64 32
Octal 314 377 0 24 0 144 0 110 144 62
Binary 11001100 11111111 0 10100 0 1100100 0 1001000 1100100 110010

Color Harmonies of #CCFF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF00

Black with #CCFF00

Text Example


Text Example

White with #CCFF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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