Html Css Color HEX #CFE801 Electric Lime

📋 copy color: '#CFE801'

red 207 ◦ green 232 ◦ blue 1

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

Shades of Electric Lime #CFE801

Tints of Electric Lime #CFE801

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.73%

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

R = 47.05%
G = 52.73%
B = 0.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#CFE801 (or 0xCFE801) is known color: Electric Lime. HEX triplet: CF, E8 and 01. RGB value is (207,232,1). Sum of RGB (Red+Green+Blue) = 207+232+1=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 232 (91.02% from 255 or 52.73% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE801 is #3017FE. Grayscale: #C7C7C7. Windows color (decimal): -3151871 or 125135. OLE color: 125135.

HSL color Cylindrical-coordinate representation of color #CFE801: hue angle of 66.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFE801 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 232 1 -
CMYK 0.11 0 1.00 0.09
HSL 66.49º 0.99% 0.46% -
HSV(B) 66.49º 1% 0.91% -
XYZ 54.59 70.98 10.85 -
YUV 198.19 16.72 134.28 -
System Red Green Blue C M Y K H S L
Decimal 207 232 1 0.11 0 1.00 0.09 66.49 0.99 0.46
Hex CF E8 1 B 0 64 9 42 63 2E
Octal 317 350 1 13 0 144 11 102 143 56
Binary 11001111 11101000 1 1011 0 1100100 1001 1000010 1100011 101110

Color Harmonies of #CFE801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE801

Black with #CFE801

Text Example


Text Example

White with #CFE801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE801; }

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

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

background-color css

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

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

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

border-color css

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

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

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