Html Css Color HEX #CCF801 Electric Lime

📋 copy color: '#CCF801'

red 204 ◦ green 248 ◦ blue 1

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

Shades of Electric Lime #CCF801

Tints of Electric Lime #CCF801

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.75%

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

R = 45.03%
G = 54.75%
B = 0.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#CCF801 (or 0xCCF801) is known color: Electric Lime. HEX triplet: CC, F8 and 01. RGB value is (204,248,1). Sum of RGB (Red+Green+Blue) = 204+248+1=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 248 (97.27% from 255 or 54.75% from 453); Blue value is 1 (0.78% from 255 or 0.22% from 453); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF801 is #3307FE. Grayscale: #CFCFCF. Windows color (decimal): -3344383 or 129228. OLE color: 129228.

HSL color Cylindrical-coordinate representation of color #CCF801: hue angle of 70.69º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCF801 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 1 -
CMYK 0.18 0 1.00 0.03
HSL 70.69º 0.99% 0.49% -
HSV(B) 70.69º 1% 0.97% -
XYZ 58.47 79.97 12.38 -
YUV 206.69 11.92 126.08 -
System Red Green Blue C M Y K H S L
Decimal 204 248 1 0.18 0 1.00 0.03 70.69 0.99 0.49
Hex CC F8 1 12 0 64 3 47 63 31
Octal 314 370 1 22 0 144 3 107 143 61
Binary 11001100 11111000 1 10010 0 1100100 11 1000111 1100011 110001

Color Harmonies of #CCF801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF801

Black with #CCF801

Text Example


Text Example

White with #CCF801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF801; }

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

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

background-color css

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

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

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

border-color css

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

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

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