Html Css Color HEX #CFF601 Electric Lime

📋 copy color: '#CFF601'

red 207 ◦ green 246 ◦ blue 1

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

Shades of Electric Lime #CFF601

Tints of Electric Lime #CFF601

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.19%

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

R = 45.59%
G = 54.19%
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

#CFF601 (or 0xCFF601) is known color: Electric Lime. HEX triplet: CF, F6 and 01. RGB value is (207,246,1). Sum of RGB (Red+Green+Blue) = 207+246+1=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 246 (96.48% from 255 or 54.19% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF601 is #3009FE. Grayscale: #CFCFCF. Windows color (decimal): -3148287 or 128719. OLE color: 128719.

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

Color convert

RGB 207 246 1 -
CMYK 0.16 0 1.00 0.04
HSL 69.55º 0.99% 0.48% -
HSV(B) 69.55º 1% 0.96% -
XYZ 58.69 79.18 12.22 -
YUV 206.41 12.08 128.42 -
System Red Green Blue C M Y K H S L
Decimal 207 246 1 0.16 0 1.00 0.04 69.55 0.99 0.48
Hex CF F6 1 10 0 64 4 46 63 30
Octal 317 366 1 20 0 144 4 106 143 60
Binary 11001111 11110110 1 10000 0 1100100 100 1000110 1100011 110000

Color Harmonies of #CFF601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF601

Black with #CFF601

Text Example


Text Example

White with #CFF601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF601; }

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

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

background-color css

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

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

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

border-color css

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

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

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