Html Css Color HEX #CFF801 Electric Lime

📋 copy color: '#CFF801'

red 207 ◦ green 248 ◦ blue 1

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

Shades of Electric Lime #CFF801

Tints of Electric Lime #CFF801

RGB

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

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

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

R = 45.39%
G = 54.39%
B = 0.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#CFF801 (or 0xCFF801) is known color: Electric Lime. HEX triplet: CF, F8 and 01. RGB value is (207,248,1). Sum of RGB (Red+Green+Blue) = 207+248+1=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 248 (97.27% from 255 or 54.39% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF801 is #3007FE. Grayscale: #D0D0D0. Windows color (decimal): -3147775 or 129231. OLE color: 129231.

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

Color convert

RGB 207 248 1 -
CMYK 0.17 0 1.00 0.03
HSL 69.96º 0.99% 0.49% -
HSV(B) 69.96º 1% 0.97% -
XYZ 59.31 80.4 12.42 -
YUV 207.58 11.42 127.58 -
System Red Green Blue C M Y K H S L
Decimal 207 248 1 0.17 0 1.00 0.03 69.96 0.99 0.49
Hex CF F8 1 11 0 64 3 46 63 31
Octal 317 370 1 21 0 144 3 106 143 61
Binary 11001111 11111000 1 10001 0 1100100 11 1000110 1100011 110001

Color Harmonies of #CFF801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF801

Black with #CFF801

Text Example


Text Example

White with #CFF801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF801; }

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

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

background-color css

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

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

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

border-color css

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

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

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