Html Css Color HEX #CFFE01 Electric Lime

📋 copy color: '#CFFE01'

red 207 ◦ green 254 ◦ blue 1

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

Shades of Electric Lime #CFFE01

Tints of Electric Lime #CFFE01

RGB

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

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

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

R = 44.81%
G = 54.98%
B = 0.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#CFFE01 (or 0xCFFE01) is known color: Electric Lime. HEX triplet: CF, FE and 01. RGB value is (207,254,1). Sum of RGB (Red+Green+Blue) = 207+254+1=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFE01 is #3001FE. Grayscale: #D4D4D4. Windows color (decimal): -3146239 or 130767. OLE color: 130767.

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

Color convert

RGB 207 254 1 -
CMYK 0.19 0 1.00 0.00
HSL 71.15º 0.99% 0.5% -
HSV(B) 71.15º 1% 1% -
XYZ 61.18 84.15 13.05 -
YUV 211.11 9.43 125.07 -
System Red Green Blue C M Y K H S L
Decimal 207 254 1 0.19 0 1.00 0.00 71.15 0.99 0.5
Hex CF FE 1 13 0 64 0 47 63 32
Octal 317 376 1 23 0 144 0 107 143 62
Binary 11001111 11111110 1 10011 0 1100100 0 1000111 1100011 110010

Color Harmonies of #CFFE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFE01

Black with #CFFE01

Text Example


Text Example

White with #CFFE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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