Html Css Color HEX #CFFD01 Electric Lime

📋 copy color: '#CFFD01'

red 207 ◦ green 253 ◦ blue 1

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

Shades of Electric Lime #CFFD01

Tints of Electric Lime #CFFD01

RGB

 RED value IS 207 (81.25% from 255) = 44.9%

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

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

R = 44.9%
G = 54.88%
B = 0.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#CFFD01 (or 0xCFFD01) is known color: Electric Lime. HEX triplet: CF, FD and 01. RGB value is (207,253,1). Sum of RGB (Red+Green+Blue) = 207+253+1=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 1 (0.78% from 255 or 0.22% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFD01 is #3002FE. Grayscale: #D3D3D3. Windows color (decimal): -3146495 or 130511. OLE color: 130511.

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

Color convert

RGB 207 253 1 -
CMYK 0.18 0 1.00 0.01
HSL 70.95º 0.99% 0.5% -
HSV(B) 70.95º 1% 0.99% -
XYZ 60.86 83.52 12.94 -
YUV 210.52 9.76 125.49 -
System Red Green Blue C M Y K H S L
Decimal 207 253 1 0.18 0 1.00 0.01 70.95 0.99 0.5
Hex CF FD 1 12 0 64 1 47 63 32
Octal 317 375 1 22 0 144 1 107 143 62
Binary 11001111 11111101 1 10010 0 1100100 1 1000111 1100011 110010

Color Harmonies of #CFFD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFD01

Black with #CFFD01

Text Example


Text Example

White with #CFFD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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