Html Css Color HEX #CCFD04 Electric Lime

📋 copy color: '#CCFD04'

red 204 ◦ green 253 ◦ blue 4

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

Shades of Electric Lime #CCFD04

Tints of Electric Lime #CCFD04

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.88%

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

R = 44.25%
G = 54.88%
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

#CCFD04 (or 0xCCFD04) is known color: Electric Lime. HEX triplet: CC, FD and 04. RGB value is (204,253,4). Sum of RGB (Red+Green+Blue) = 204+253+4=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFD04 is #3302FB. Grayscale: #D2D2D2. Windows color (decimal): -3343100 or 327116. OLE color: 327116.

HSL color Cylindrical-coordinate representation of color #CCFD04: hue angle of 71.81º 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 #CCFD04 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 4 -
CMYK 0.19 0 0.98 0.01
HSL 71.81º 0.98% 0.5% -
HSV(B) 71.81º 0.98% 0.99% -
XYZ 60.05 83.1 12.99 -
YUV 209.96 11.77 123.75 -
System Red Green Blue C M Y K H S L
Decimal 204 253 4 0.19 0 0.98 0.01 71.81 0.98 0.5
Hex CC FD 4 13 0 62 1 48 62 32
Octal 314 375 4 23 0 142 1 110 142 62
Binary 11001100 11111101 100 10011 0 1100010 1 1001000 1100010 110010

Color Harmonies of #CCFD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD04

Black with #CCFD04

Text Example


Text Example

White with #CCFD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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