Html Css Color HEX #CCF401 Electric Lime

📋 copy color: '#CCF401'

red 204 ◦ green 244 ◦ blue 1

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

Shades of Electric Lime #CCF401

Tints of Electric Lime #CCF401

RGB

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

 GREEN value IS 244 (95.7% from 255) = 54.34%

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

R = 45.43%
G = 54.34%
B = 0.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#CCF401 (or 0xCCF401) is known color: Electric Lime. HEX triplet: CC, F4 and 01. RGB value is (204,244,1). Sum of RGB (Red+Green+Blue) = 204+244+1=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 244 (95.70% from 255 or 54.34% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF401 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF401 is #330BFE. Grayscale: #CDCDCD. Windows color (decimal): -3345407 or 128204. OLE color: 128204.

HSL color Cylindrical-coordinate representation of color #CCF401: hue angle of 69.88º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCF401 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 1 -
CMYK 0.16 0 1.00 0.04
HSL 69.88º 0.99% 0.48% -
HSV(B) 69.88º 1% 0.96% -
XYZ 57.26 77.54 11.98 -
YUV 204.34 13.25 127.76 -
System Red Green Blue C M Y K H S L
Decimal 204 244 1 0.16 0 1.00 0.04 69.88 0.99 0.48
Hex CC F4 1 10 0 64 4 46 63 30
Octal 314 364 1 20 0 144 4 106 143 60
Binary 11001100 11110100 1 10000 0 1100100 100 1000110 1100011 110000

Color Harmonies of #CCF401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF401

Black with #CCF401

Text Example


Text Example

White with #CCF401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF401; }

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

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

background-color css

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

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

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

border-color css

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

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

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