Html Css Color HEX #CFE501 Electric Lime

📋 copy color: '#CFE501'

red 207 ◦ green 229 ◦ blue 1

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

Shades of Electric Lime #CFE501

Tints of Electric Lime #CFE501

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.4%

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

R = 47.37%
G = 52.4%
B = 0.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#CFE501 (or 0xCFE501) is known color: Electric Lime. HEX triplet: CF, E5 and 01. RGB value is (207,229,1). Sum of RGB (Red+Green+Blue) = 207+229+1=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE501 is #301AFE. Grayscale: #C5C5C5. Windows color (decimal): -3152639 or 124367. OLE color: 124367.

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

Color convert

RGB 207 229 1 -
CMYK 0.10 0 1.00 0.10
HSL 65.79º 0.99% 0.45% -
HSV(B) 65.79º 1% 0.9% -
XYZ 53.76 69.31 10.57 -
YUV 196.43 17.71 135.54 -
System Red Green Blue C M Y K H S L
Decimal 207 229 1 0.10 0 1.00 0.10 65.79 0.99 0.45
Hex CF E5 1 A 0 64 A 42 63 2D
Octal 317 345 1 12 0 144 12 102 143 55
Binary 11001111 11100101 1 1010 0 1100100 1010 1000010 1100011 101101

Color Harmonies of #CFE501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE501

Black with #CFE501

Text Example


Text Example

White with #CFE501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE501; }

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

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

background-color css

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

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

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

border-color css

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

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

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