Html Css Color HEX #CCFC04 Electric Lime

📋 copy color: '#CCFC04'

red 204 ◦ green 252 ◦ blue 4

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

Shades of Electric Lime #CCFC04

Tints of Electric Lime #CCFC04

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.78%

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

R = 44.35%
G = 54.78%
B = 0.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#CCFC04 (or 0xCCFC04) is known color: Electric Lime. HEX triplet: CC, FC and 04. RGB value is (204,252,4). Sum of RGB (Red+Green+Blue) = 204+252+4=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFC04 is #3303FB. Grayscale: #D2D2D2. Windows color (decimal): -3343356 or 326860. OLE color: 326860.

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

Color convert

RGB 204 252 4 -
CMYK 0.19 0 0.98 0.01
HSL 71.61º 0.98% 0.5% -
HSV(B) 71.61º 0.98% 0.99% -
XYZ 59.73 82.47 12.88 -
YUV 209.38 12.1 124.17 -
System Red Green Blue C M Y K H S L
Decimal 204 252 4 0.19 0 0.98 0.01 71.61 0.98 0.5
Hex CC FC 4 13 0 62 1 48 62 32
Octal 314 374 4 23 0 142 1 110 142 62
Binary 11001100 11111100 100 10011 0 1100010 1 1001000 1100010 110010

Color Harmonies of #CCFC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC04

Black with #CCFC04

Text Example


Text Example

White with #CCFC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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