Html Css Color HEX #CCFD20 Electric Lime

📋 copy color: '#CCFD20'

red 204 ◦ green 253 ◦ blue 32

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

Shades of Electric Lime #CCFD20

Tints of Electric Lime #CCFD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.54%

R = 41.72%
G = 51.74%
B = 6.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#CCFD20 (or 0xCCFD20) is known color: Electric Lime. HEX triplet: CC, FD and 20. RGB value is (204,253,32). Sum of RGB (Red+Green+Blue) = 204+253+32=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 32 (12.89% from 255 or 6.54% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD20 is #3302DF. Grayscale: #D5D5D5. Windows color (decimal): -3343072 or 2162124. OLE color: 2162124.

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

Color convert

RGB 204 253 32 -
CMYK 0.19 0 0.87 0.01
HSL 73.3º 0.98% 0.56% -
HSV(B) 73.3º 0.87% 0.99% -
XYZ 60.29 83.19 14.25 -
YUV 213.16 25.77 121.47 -
System Red Green Blue C M Y K H S L
Decimal 204 253 32 0.19 0 0.87 0.01 73.3 0.98 0.56
Hex CC FD 20 13 0 57 1 49 62 38
Octal 314 375 40 23 0 127 1 111 142 70
Binary 11001100 11111101 100000 10011 0 1010111 1 1001001 1100010 111000

Color Harmonies of #CCFD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD20

Black with #CCFD20

Text Example


Text Example

White with #CCFD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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