Html Css Color HEX #CCFF04 Electric Lime

📋 copy color: '#CCFF04'

red 204 ◦ green 255 ◦ blue 4

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

Shades of Electric Lime #CCFF04

Tints of Electric Lime #CCFF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.86%

R = 44.06%
G = 55.08%
B = 0.86%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#CCFF04 (or 0xCCFF04) is known color: Electric Lime. HEX triplet: CC, FF and 04. RGB value is (204,255,4). Sum of RGB (Red+Green+Blue) = 204+255+4=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 4 (1.95% from 255 or 0.86% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF04 is #3300FB. Grayscale: #D4D4D4. Windows color (decimal): -3342588 or 327628. OLE color: 327628.

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

Color convert

RGB 204 255 4 -
CMYK 0.2 0 0.98 0
HSL 72.19º 1% 0.51% -
HSV(B) 72.19º 0.98% 1% -
XYZ 60.68 84.37 13.2 -
YUV 211.14 11.1 122.91 -
System Red Green Blue C M Y K H S L
Decimal 204 255 4 0.2 0 0.98 0 72.19 1 0.51
Hex CC FF 4 14 0 62 0 48 64 33
Octal 314 377 4 24 0 142 0 110 144 63
Binary 11001100 11111111 100 10100 0 1100010 0 1001000 1100100 110011

Color Harmonies of #CCFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF04

Black with #CCFF04

Text Example


Text Example

White with #CCFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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