Html Css Color HEX #CCFD01 Electric Lime

📋 copy color: '#CCFD01'

red 204 ◦ green 253 ◦ blue 1

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

Shades of Electric Lime #CCFD01

Tints of Electric Lime #CCFD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 44.54%
G = 55.24%
B = 0.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#CCFD01 (or 0xCCFD01) is known color: Electric Lime. HEX triplet: CC, FD and 01. RGB value is (204,253,1). Sum of RGB (Red+Green+Blue) = 204+253+1=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFD01 is #3302FE. Grayscale: #D2D2D2. Windows color (decimal): -3343103 or 130508. OLE color: 130508.

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

Color convert

RGB 204 253 1 -
CMYK 0.19 0 1.00 0.01
HSL 71.67º 0.99% 0.5% -
HSV(B) 71.67º 1% 0.99% -
XYZ 60.03 83.09 12.9 -
YUV 209.62 10.27 123.99 -
System Red Green Blue C M Y K H S L
Decimal 204 253 1 0.19 0 1.00 0.01 71.67 0.99 0.5
Hex CC FD 1 13 0 64 1 48 63 32
Octal 314 375 1 23 0 144 1 110 143 62
Binary 11001100 11111101 1 10011 0 1100100 1 1001000 1100011 110010

Color Harmonies of #CCFD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD01

Black with #CCFD01

Text Example


Text Example

White with #CCFD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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