Html Css Color HEX #CCFE01 Electric Lime

📋 copy color: '#CCFE01'

red 204 ◦ green 254 ◦ blue 1

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

Shades of Electric Lime #CCFE01

Tints of Electric Lime #CCFE01

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.34%

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

R = 44.44%
G = 55.34%
B = 0.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#CCFE01 (or 0xCCFE01) is known color: Electric Lime. HEX triplet: CC, FE and 01. RGB value is (204,254,1). Sum of RGB (Red+Green+Blue) = 204+254+1=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE01 is #3301FE. Grayscale: #D3D3D3. Windows color (decimal): -3342847 or 130764. OLE color: 130764.

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

Color convert

RGB 204 254 1 -
CMYK 0.20 0 1.00 0.00
HSL 71.86º 0.99% 0.5% -
HSV(B) 71.86º 1% 1% -
XYZ 60.35 83.72 13.01 -
YUV 210.21 9.94 123.57 -
System Red Green Blue C M Y K H S L
Decimal 204 254 1 0.20 0 1.00 0.00 71.86 0.99 0.5
Hex CC FE 1 14 0 64 0 48 63 32
Octal 314 376 1 24 0 144 0 110 143 62
Binary 11001100 11111110 1 10100 0 1100100 0 1001000 1100011 110010

Color Harmonies of #CCFE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE01

Black with #CCFE01

Text Example


Text Example

White with #CCFE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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