Html Css Color HEX #CCFC01 Electric Lime

📋 copy color: '#CCFC01'

red 204 ◦ green 252 ◦ blue 1

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

Shades of Electric Lime #CCFC01

Tints of Electric Lime #CCFC01

RGB

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

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

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

R = 44.64%
G = 55.14%
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

#CCFC01 (or 0xCCFC01) is known color: Electric Lime. HEX triplet: CC, FC and 01. RGB value is (204,252,1). Sum of RGB (Red+Green+Blue) = 204+252+1=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 252 (98.83% from 255 or 55.14% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFC01 is #3303FE. Grayscale: #D1D1D1. Windows color (decimal): -3343359 or 130252. OLE color: 130252.

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

Color convert

RGB 204 252 1 -
CMYK 0.19 0 1.00 0.01
HSL 71.47º 0.99% 0.5% -
HSV(B) 71.47º 1% 0.99% -
XYZ 59.72 82.46 12.8 -
YUV 209.03 10.6 124.41 -
System Red Green Blue C M Y K H S L
Decimal 204 252 1 0.19 0 1.00 0.01 71.47 0.99 0.5
Hex CC FC 1 13 0 64 1 47 63 32
Octal 314 374 1 23 0 144 1 107 143 62
Binary 11001100 11111100 1 10011 0 1100100 1 1000111 1100011 110010

Color Harmonies of #CCFC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC01

Black with #CCFC01

Text Example


Text Example

White with #CCFC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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