Html Css Color HEX #CFF501 Electric Lime

📋 copy color: '#CFF501'

red 207 ◦ green 245 ◦ blue 1

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

Shades of Electric Lime #CFF501

Tints of Electric Lime #CFF501

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.08%

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

R = 45.7%
G = 54.08%
B = 0.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#CFF501 (or 0xCFF501) is known color: Electric Lime. HEX triplet: CF, F5 and 01. RGB value is (207,245,1). Sum of RGB (Red+Green+Blue) = 207+245+1=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 245 (96.09% from 255 or 54.08% from 453); Blue value is 1 (0.78% from 255 or 0.22% from 453); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF501 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF501 is #300AFE. Grayscale: #CECECE. Windows color (decimal): -3148543 or 128463. OLE color: 128463.

HSL color Cylindrical-coordinate representation of color #CFF501: hue angle of 69.34º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFF501 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 245 1 -
CMYK 0.16 0 1.00 0.04
HSL 69.34º 0.99% 0.48% -
HSV(B) 69.34º 1% 0.96% -
XYZ 58.39 78.57 12.12 -
YUV 205.82 12.41 128.84 -
System Red Green Blue C M Y K H S L
Decimal 207 245 1 0.16 0 1.00 0.04 69.34 0.99 0.48
Hex CF F5 1 10 0 64 4 45 63 30
Octal 317 365 1 20 0 144 4 105 143 60
Binary 11001111 11110101 1 10000 0 1100100 100 1000101 1100011 110000

Color Harmonies of #CFF501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF501

Black with #CFF501

Text Example


Text Example

White with #CFF501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF501; }

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

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

background-color css

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

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

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

border-color css

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

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

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